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