Get rid of a redundant directory level.
This commit is contained in:
9
projects/algo/themes/indexes.php
Normal file
9
projects/algo/themes/indexes.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/* This file keeps an index of the titles of current themes
|
||||
and gives them to the JavaScript environment when requested */
|
||||
$title = urldecode($_GET['title']);
|
||||
$type = urldecode($_GET['type']);
|
||||
|
||||
$u['Default'] = 'default.css';
|
||||
$u['Developer'] = 'dev.css';
|
||||
?>
|
||||
Reference in New Issue
Block a user