Fix bug #3393951: Logo images missing on bookmark page

This commit is contained in:
Christian Weiske 2011-08-19 19:01:19 +02:00
parent 1b984c4e4e
commit 4eedf216dc
2 changed files with 3 additions and 2 deletions

View File

@ -39,9 +39,9 @@ include('search.menu.php');
<?php if($GLOBALS['enableAdminColors']!=false && isset($userid) && $userservice->isAdmin($userid) && $pageName != PAGE_WATCHLIST) : ?> <?php if($GLOBALS['enableAdminColors']!=false && isset($userid) && $userservice->isAdmin($userid) && $pageName != PAGE_WATCHLIST) : ?>
<div style="width:70%;text-align:center;"> <div style="width:70%;text-align:center;">
<img src="<?php $theme->resource('images/logo_24.gif'); ?>" width="12px"/> <img src="<?php echo $theme->resource('images/logo_24.gif'); ?>" width="12px"/>
<?php echo T_('Bookmarks on this page are managed by an admin user.'); ?> <?php echo T_('Bookmarks on this page are managed by an admin user.'); ?>
<img src="<?php $theme->resource('images/logo_24.gif'); ?>" width="12px"/> <img src="<?php echo $theme->resource('images/logo_24.gif'); ?>" width="12px"/>
</div> </div>
<?php endif?> <?php endif?>

View File

@ -7,6 +7,7 @@ ChangeLog for SemantiScuttle
------------------- -------------------
- Fix bug: URLs were escaped too often in bookmark list - Fix bug: URLs were escaped too often in bookmark list
- Fix bug: Subtitle was not escaped - Fix bug: Subtitle was not escaped
- Fix bug #3393951: Logo images missing on bookmark page
0.98.3 - 2011-08-09 0.98.3 - 2011-08-09