31 lines
1.5 KiB
PHP
Executable File
31 lines
1.5 KiB
PHP
Executable File
<!-- END CONTENT BEGINN ################################################################################# -->
|
|
<footer>
|
|
<div class="wrapper">
|
|
|
|
<div class="footer-bottom">
|
|
<div class="left">Powered by <a title="sprinternet.at startpage" href="http://www.sprinternet.at" >sprinternet.at</a> | vpnmanager version <?php echo db_getconfval("version");?>.</div>
|
|
<div class="right">
|
|
<ul id="social-bar">
|
|
<!--li><a href="http://www.facebook.com" title="Become a fan" class="poshytip"><img src="<?php echo $tpl_root ?>img/social/facebook.png" alt="Facebook" /></a></li-->
|
|
<!--li><a href="http://www.twitter.com" title="Follow my tweets" class="poshytip"><img src="<?php echo $tpl_root ?>img/social/twitter.png" alt="twitter" /></a></li-->
|
|
<!--li><a href="http://www.google.com" title="Add to the circle" class="poshytip"><img src="<?php echo $tpl_root ?>img/social/plus.png" alt="Google plus" /></a></li-->
|
|
<li><a href="mailto:antispam.org" onClick="Mailto('ab231cb','vpn','','sprinternet','at');" title="Report a bug" class="poshytip"><img src="<?php echo $tpl_root ?>img/social/bug.png" alt="Bugreport" /></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</footer>
|
|
<?php/*
|
|
$moduleid = 0;
|
|
foreach ($SITE_MODULES_FOOTER as $modul) {
|
|
$moduleid++;
|
|
$cut = strpos($modul, "#");
|
|
$modtitle = substr($modul,0,$cut);
|
|
echo "| <a href=\"/index.php?bsite=" . $moduleid."\">" . $modtitle . "</a> | ";
|
|
|
|
}
|
|
*/?>
|
|
</body>
|
|
</html>
|