2008-03-26 14:03:51 +00:00
|
|
|
<!--following code is generated by templates/bottom.inc.php-->
|
|
|
|
<div id="bottom">
|
2009-03-15 15:52:37 +00:00
|
|
|
<?php echo $GLOBALS['footerMessage'].' ';?>
|
2008-11-13 14:38:04 +00:00
|
|
|
<?php
|
2009-05-05 10:14:51 +00:00
|
|
|
echo '<a href="'.createURL('about').'">'.T_('About').'</a>';
|
|
|
|
echo ' - ';
|
2008-11-13 14:38:04 +00:00
|
|
|
echo T_("Propulsed by ");
|
2010-01-29 07:29:52 +00:00
|
|
|
echo " <a href=\"https://sourceforge.net/projects/semanticscuttle/\">SemanticScuttle</a>";
|
2008-11-13 14:38:04 +00:00
|
|
|
|
|
|
|
if($GLOBALS['enableWebsiteThumbnails']) {
|
|
|
|
// Licence to the thumbnails provider (OBLIGATORY IF YOU USE ARTVIPER SERVICE)
|
2010-01-29 07:28:48 +00:00
|
|
|
echo ' (Thumbnails by <script type="text/ecmascript" src="http://www.artviper.net/link.js"></script>)';
|
2008-11-13 14:38:04 +00:00
|
|
|
}
|
|
|
|
?>
|
2008-03-26 14:03:51 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2009-02-10 14:13:02 +00:00
|
|
|
|
|
|
|
<?php if(isset($GLOBALS['googleAnalyticsCode']) && $GLOBALS['googleAnalyticsCode']!= ''):?>
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
try {
|
|
|
|
var pageTracker = _gat._getTracker("<?php echo $GLOBALS['googleAnalyticsCode']?>");
|
|
|
|
pageTracker._trackPageview();
|
|
|
|
} catch(err) {}</script>
|
|
|
|
|
|
|
|
<?php endif;?>
|
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
</body>
|
2008-03-26 14:03:51 +00:00
|
|
|
</html>
|