@@ -3,9 +3,9 @@  | 
                                                    ||
| 3 | 3 | <hr/>  | 
                                                        
| 4 | 4 | <?php  | 
                                                        
| 5 | 5 |  foreach ($template->config['css'] as $file) {
 | 
                                                        
| 6 | -    if (file_exists($template->path . '/css/' . $file)) {
 | 
                                                        |
| 6 | +    if (file_exists($template->path.'/css/'.$file)) {
 | 
                                                        |
| 7 | 7 | ?>  | 
                                                        
| 8 | - <a href ='/admin/view/template/editFile/<?= $template->name; ?>?path=<?= 'css/' . $file; ?>'><?= $file; ?></a>  | 
                                                        |
| 8 | + <a href ='/admin/view/template/editFile/<?= $template->name; ?>?path=<?= 'css/'.$file; ?>'><?= $file; ?></a>  | 
                                                        |
| 9 | 9 | <?php  | 
                                                        
| 10 | 10 | }  | 
                                                        
| 11 | 11 | }  |