| 
<?php/**
 * @link https://github.com/rogertiongdev/RTphp RTphp GitHub project
 * @license https://rogertiongdev.github.io/MIT-License/
 */
 /**
 * Testing RTadminlte on PHP 5.3.29<br>
 * All the method and array index explanation is available in documentation.
 *
 * @version 0.2
 * @author Roger Tiong RTdev
 */
 /**
 * This file will inject scripts before the AdminLTE body close tag.
 */
 ?>
 
 <script type="text/javascript">
 
 $(document).ready(function () {
 
 /** Add more scripts here * */
 
 });
 
 </script>
 |