Oops i forgot to commit the help icon changes... here they are

This commit is contained in:
james 2006-10-18 17:32:14 +00:00
parent d1db2cceda
commit 5e77a78642
3 changed files with 10 additions and 0 deletions

View File

@ -492,8 +492,18 @@ if(count($config['languages'])>1)
</td><td>
<div id="main">
<?
echo "<table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\"><tr><td>";
if($title)
echo "<h2>".i18n($title)."</h2>";
//if we're under /admin or /config then we want to show the ? help icon
if(substr(getcwd(),-6)=="/admin" || substr(getcwd(),-7)=="/config")
{
$fname=substr($_SERVER['PHP_SELF'],strlen($config['SFIABDIRECTORY'])+1);
echo "</td><td align=\"right\"><a target=\"_sfiabhelp\" href=\"http://www.sfiab.ca/wiki/index.php/Help_$fname\"><img src=\"".$config['SFIABDIRECTORY']."/images/32/help.".$config['icon_extension']."\"></a>";
}
"</td></tr>";
echo "</table>";
}
function send_footer()

BIN
images/32/help.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
images/32/help.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB