3a1d435978
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@152 b3834d28-1941-0410-a4f8-b48e95affb8f
17 lines
476 B
PHP
17 lines
476 B
PHP
<!--following code is generated by templates/bottom.inc.php-->
|
|
<div id="bottom">
|
|
<?php
|
|
echo T_("Propulsed by ");
|
|
echo "<a href=\"https://sourceforge.net/projects/semanticscuttle/\">SemanticScuttle</a>";
|
|
|
|
if($GLOBALS['enableWebsiteThumbnails']) {
|
|
// Licence to the thumbnails provider (OBLIGATORY IF YOU USE ARTVIPER SERVICE)
|
|
echo " (<a href=\"http://www.artviper.net\" title=\"artViper designstudio\">thumbnails by artViper designstudio</a>)";
|
|
}
|
|
?>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|