modified enhanced template.php to allow users to use it / issue from REV5426
This commit is contained in:
parent
4954a1a441
commit
e92dc64ae9
|
|
@ -776,7 +776,7 @@ table tr:nth-last-child(-5) td:first-of-type {
|
|||
|
||||
</div>
|
||||
</div>
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
@ -803,7 +803,7 @@ table tr:nth-last-child(-5) td:first-of-type {
|
|||
?>
|
||||
<a href="javascript:void(0);" id="domains_show_text"><?=$_SESSION['domain_name']?></a>
|
||||
<img id="domains_show_icon" src="<?=PROJECT_PATH?>/themes/enhanced/images/icon_domains_show.png" style="width: 23px; height: 16px; border: none;" title="Open Domain Selector" align="absmiddle">
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
|
||||
//logged out show the login
|
||||
|
|
|
|||
Loading…
Reference in New Issue