diff options
Diffstat (limited to 'templates/bottom.inc.php')
-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>"; |