Update template.php
This commit is contained in:
parent
ce80df9c55
commit
779f11d8d0
@ -159,6 +159,7 @@
|
||||
|
||||
//Print panel menu:
|
||||
function print_panelMenu($panel){
|
||||
if($_SESSION["login"]){
|
||||
$prefix = $this->prefix;
|
||||
$menus = array("<a href='./'><li>Panel Principal</li></a>");
|
||||
|
||||
@ -213,6 +214,7 @@
|
||||
</div>
|
||||
</div>\n";
|
||||
}
|
||||
}
|
||||
|
||||
//Print session MSG:
|
||||
function print_msg() {
|
||||
|
Loading…
Reference in New Issue
Block a user