forked from science-ation/science-ation
Oops i forgot to commit the help icon changes... here they are
This commit is contained in:
parent
d1db2cceda
commit
5e77a78642
@ -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
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
BIN
images/32/help.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in New Issue
Block a user