Remove the "Return to SFIAB Development Page" link, and make the version number at the bottom link back to it

This commit is contained in:
james 2007-11-14 20:55:47 +00:00
parent f39178585b
commit 1f31bc124c

View File

@ -556,8 +556,6 @@ if(count($config['languages'])>1)
?> ?>
<a href="http://www.sfiab.ca/"><?=i18n("Return to SFIAB Development Page")?></a>
<br />
</div> </div>
</div> </div>
@ -600,7 +598,7 @@ if(substr($config['version'], -1) % 2 != 0)
echo "DEBUG:"; echo "DEBUG:";
print_r($_SESSION); print_r($_SESSION);
} }
echo "SFIAB Version ".$config['version']; echo "<a target=\"blank\" href=\"http://www.sfiab.ca\">SFIAB Version ".$config['version']."</a>";
?> ?>
</div> </div>