Skip to content

Commit

Permalink
Remove css.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nirix committed Jul 25, 2024
1 parent d7a7253 commit b9a4ab3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 87 deletions.
85 changes: 0 additions & 85 deletions css.php

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/traq/views/default/layouts/_head.phtml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<title><?php echo implode(' - ', array_reverse($traq->title)); ?></title>
<meta charset="UTF-8" />

<?php echo HTML::css_link(Request::base() . 'css.php?theme=' . settings('theme')); ?>

<script src="https://code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
<script src="https://code.jquery.com/ui/1.10.4/jquery-ui.min.js" type="text/javascript"></script>
<script src="<?= Request::base('assets/js/sexytooltips.js') ?>" type="text/javascript"></script>
Expand Down

0 comments on commit b9a4ab3

Please sign in to comment.