]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Fix bug #3393951: Logo images missing on bookmark page
authorChristian Weiske <cweiske@cweiske.de>
Fri, 19 Aug 2011 17:01:19 +0000 (19:01 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 19 Aug 2011 17:01:19 +0000 (19:01 +0200)
data/templates/default/bookmarks.tpl.php
doc/ChangeLog

index 70fe788ff37f5d1f98fe71df59c766033c2d6aa0..2a3d1690424854887129db9e43a1f38cd6142f69 100644 (file)
@@ -39,9 +39,9 @@ include('search.menu.php');
 
 <?php if($GLOBALS['enableAdminColors']!=false && isset($userid) && $userservice->isAdmin($userid) && $pageName != PAGE_WATCHLIST) : ?>
 <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.'); ?>
- <img src="<?php $theme->resource('images/logo_24.gif'); ?>" width="12px"/>
+ <img src="<?php echo $theme->resource('images/logo_24.gif'); ?>" width="12px"/>
 </div>
 <?php endif?>
 
index 05a64051d52453443d78ed9128fe4e1b1dba55af..0d3563c73cd5325f4674d8412da99e9aa3882064 100644 (file)
@@ -7,6 +7,7 @@ ChangeLog for SemantiScuttle
 -------------------
 - Fix bug: URLs were escaped too often in bookmark list
 - Fix bug: Subtitle was not escaped
+- Fix bug #3393951: Logo images missing on bookmark page
 
 
 0.98.3 - 2011-08-09