* Added isAdmin to user class * Run isAdmin on EACH page to ensure admin status hasn't changed * Added main page with no content * Added user query page with basic form, no content
4 lines
193 B
Smarty
4 lines
193 B
Smarty
{include file="global/block_header.tpl" BLOCK_HEADER="Admin Panel"}
|
|
<p>Welcome to the admin panel. Please select an option from the drop-down menu.</p>
|
|
{include file="global/block_footer.tpl"}
|