diff options
Diffstat (limited to 'templates/bottom.inc.php')
-rw-r--r-- | templates/bottom.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/bottom.inc.php b/templates/bottom.inc.php index 9fb2306..09d95c1 100644 --- a/templates/bottom.inc.php +++ b/templates/bottom.inc.php @@ -1,5 +1,6 @@ <!--following code is generated by templates/bottom.inc.php--> <div id="bottom"> +<?php echo $GLOBALS['footerMessage'].' ';?> <?php echo T_("Propulsed by "); echo "<a href=\"https://sourceforge.net/projects/semanticscuttle/\">SemanticScuttle</a>"; |