mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
* fixed displaying of percent bar on tibian signature
This commit is contained in:
@@ -406,10 +406,6 @@ foreach($config['menu_categories'] as $id => $cat) {
|
||||
</div>
|
||||
<div id="ThemeboxesColumn">
|
||||
<div id="RightArtwork">
|
||||
<?php
|
||||
//$tmp_link =
|
||||
//if($config['friendly_urls'])
|
||||
?>
|
||||
<img id="Monster" src="images/monsters/<?php echo logo_monster() ?>.gif" onClick="window.location = '?subtopic=creatures&creature=<?php echo $config['logo_monster'] ?>';" alt="Monster of the Week" />
|
||||
<img id="PedestalAndOnline" src="<?php echo $template_path; ?>/images/header/pedestal-and-online.gif" alt="Monster Pedestal and Players Online Box"/>
|
||||
<div id="PlayersOnline" onClick="window.location = '<?php echo getLink('online'); ?>'">
|
||||
@@ -430,8 +426,7 @@ foreach($config['menu_categories'] as $id => $cat) {
|
||||
<?php
|
||||
}
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
|
||||
if($config['template_allow_change'])
|
||||
echo '<font color="white">Template:</font><br/>' . template_form();
|
||||
?>
|
||||
|
Reference in New Issue
Block a user