diff --git a/resources/views/themes/smarty.php b/resources/views/themes/smarty.php deleted file mode 100644 index 7168fa2ec..000000000 --- a/resources/views/themes/smarty.php +++ /dev/null @@ -1,36 +0,0 @@ -. - * @author niel - * @edit DariusIII - * @copyright 2015 nZEDb/NNTmux - */ -require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap'.DIRECTORY_SEPARATOR.'autoload.php'; - -if (function_exists('ini_set') && function_exists('ini_get')) { - ini_set('include_path', NN_WWW.PATH_SEPARATOR.ini_get('include_path')); -} - -$www_top = str_replace('\\', '/', dirname($_SERVER['PHP_SELF'])); -if (strlen($www_top) === 1) { - $www_top = ''; -} - -// Used everywhere an href is output, includes the full path to the NNTmux install. -define('WWW_TOP', $www_top); -define('WWW_THEMES', '/themes'); -define('WWW_ASSETS', '/assets');