Interface change: add 'about link' at the bottom of the pages
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@314 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
74b4cecba8
commit
b6188b66e4
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
<div id="bottom">
|
<div id="bottom">
|
||||||
<?php echo $GLOBALS['footerMessage'].' ';?>
|
<?php echo $GLOBALS['footerMessage'].' ';?>
|
||||||
<?php
|
<?php
|
||||||
|
echo '<a href="'.createURL('about').'">'.T_('About').'</a>';
|
||||||
|
echo ' - ';
|
||||||
echo T_("Propulsed by ");
|
echo T_("Propulsed by ");
|
||||||
echo "<a href=\"https://sourceforge.net/projects/semanticscuttle/\">SemanticScuttle</a>";
|
echo "<a href=\"https://sourceforge.net/projects/semanticscuttle/\">SemanticScuttle</a>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue