forked from leftypol/leftypol
Allow custom URLs for stylesheet/javascript/banner
This commit is contained in:
parent
ab5bece9d5
commit
92310f445c
7 changed files with 42 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue