Allow custom URLs for stylesheet/javascript/banner

This commit is contained in:
Savetheinternet 2011-03-26 18:23:15 +11:00
parent ab5bece9d5
commit 92310f445c
7 changed files with 42 additions and 33 deletions

View file

@ -61,7 +61,7 @@
if(function_exists('sql_close')) sql_close();
die(Element('page.html', Array(
'index'=>$config['root'],
'config'=>$config,
'title'=>'Error',
'subtitle'=>'An error has occured.',
'body'=>"<center>" .
@ -82,7 +82,7 @@
'index'=>$config['root'],
'title'=>'Login',
'body'=>Element('login.html', Array(
'index'=>$config['root'],
'config'=>$config,
'error'=>$error,
'username'=>$username,
'redirect'=>$redirect