Menu

[48e529]: / theme.php  Maximize  Restore  History

Download this file

7 lines (5 with data), 164 Bytes

1
2
3
4
5
6
7
<?php
$theme = "system/themes/".THEME_NAME."/index.php";
define("THEME_DIR", "system/themes/".THEME_NAME);
include 'include/php/theme.php';
?>