|
@@ -1,8 +1,8 @@ |
|
|
block discarded – undo |
|
1
|
1
|
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?> |
|
2
|
2
|
|
|
3
|
|
-<?php foreach($css_files as $file): ?> |
|
|
3
|
+<?php foreach ($css_files as $file): ?> |
|
4
|
4
|
<link type="text/css" rel="stylesheet" href="<?= $file; ?>" /> |
|
5
|
5
|
<?php endforeach; ?> |
|
6
|
|
-<?php foreach($js_files as $file): ?> |
|
|
6
|
+<?php foreach ($js_files as $file): ?> |
|
7
|
7
|
<script src="<?= $file; ?>"></script> |
|
8
|
8
|
<?php endforeach; |
|
9
|
9
|
\ No newline at end of file |
Please login to merge, or discard this patch.