* @copyright 2013-2015 Jan Altensen (Stricted)
*/
class IndexPage extends AbstractPage {
- public function prepare () {
- /* we have no index page */
- exit;
- }
+ public function prepare () {
+ /* we have no index page */
+ exit;
+ }
}
\ No newline at end of file
$tpl = self::getSession()->tpl;
}
+ if (!file_exists(DNS_DIR.'/lib/system/api/smarty/libs/Smarty.class.php')) {
+ throw new SystemException('Unable to find Smarty');
+ }
+
require_once(DNS_DIR.'/lib/system/api/smarty/libs/Smarty.class.php');
self::$tplObj = new \Smarty;