diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-05 10:14:51 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-05 10:14:51 +0000 |
commit | b6188b66e434670e865ea942560f504f7dde8912 (patch) | |
tree | 7cb50be8e4364802f581467149830eab2dce1583 /templates | |
parent | 74b4cecba83c0f9828216983aae8838be70a744d (diff) | |
download | semanticscuttle-b6188b66e434670e865ea942560f504f7dde8912.tar.gz semanticscuttle-b6188b66e434670e865ea942560f504f7dde8912.tar.bz2 |
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
Diffstat (limited to 'templates')
-rw-r--r-- | templates/bottom.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/bottom.inc.php b/templates/bottom.inc.php index 09d95c1..a1b65bf 100644 --- a/templates/bottom.inc.php +++ b/templates/bottom.inc.php @@ -2,6 +2,8 @@ <div id="bottom"> <?php echo $GLOBALS['footerMessage'].' ';?> <?php +echo '<a href="'.createURL('about').'">'.T_('About').'</a>'; +echo ' - '; echo T_("Propulsed by "); echo "<a href=\"https://sourceforge.net/projects/semanticscuttle/\">SemanticScuttle</a>"; |