@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Asset Helper |
|
4 | - * |
|
5 | - * A super-simple way to generate tags for including css and js files in CodeIgniter |
|
6 | - * |
|
7 | - * @author Christian Leo-Pernold [email protected] |
|
8 | - * @link https://github.com/mazedlx/asset_helper |
|
9 | - * @license http://www.opensource.org/licenses/mit-license |
|
10 | - * @package AssetHelper |
|
11 | - * @version 1.0.1 |
|
12 | - */ |
|
3 | + * Asset Helper |
|
4 | + * |
|
5 | + * A super-simple way to generate tags for including css and js files in CodeIgniter |
|
6 | + * |
|
7 | + * @author Christian Leo-Pernold [email protected] |
|
8 | + * @link https://github.com/mazedlx/asset_helper |
|
9 | + * @license http://www.opensource.org/licenses/mit-license |
|
10 | + * @package AssetHelper |
|
11 | + * @version 1.0.1 |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | namespace AssetHelper; |
15 | 15 |