[geeklog-hg] geeklog: Fixed tooltip icon location

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Jul 1 13:01:36 EDT 2013


changeset 9156:4a0745f353e0
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/4a0745f353e0
user: Tom <websitemaster at cogeco.net>
date: Mon Jul 01 13:01:19 2013 -0400
description:
Fixed tooltip icon location

diffstat:

 public_html/lib-common.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c6405622b5bf -r 4a0745f353e0 public_html/lib-common.php
--- a/public_html/lib-common.php	Mon Jul 01 11:33:04 2013 -0400
+++ b/public_html/lib-common.php	Mon Jul 01 13:01:19 2013 -0400
@@ -7868,7 +7868,7 @@
     }
 
     if ($hoverover == '') {
-        $hoverover = '<img alt="?" id="gl-tooltip-icon" src="' . $_CONF['layout_url'] . '/tooltips/images/tooltip.' . $_IMAGE_TYPE . '"' . XHTML . '>';   
+        $hoverover = '<img alt="?" id="gl-tooltip-icon" src="' . $_CONF['layout_url'] . '/images/tooltips/tooltip.' . $_IMAGE_TYPE . '"' . XHTML . '>';   
     }
     
     $tooltip = COM_newTemplate($_CONF['path_layout'] .'tooltips/');



More information about the geeklog-cvs mailing list