vpnmanager 1.0.0
This commit is contained in:
@@ -1,30 +1,30 @@
|
||||
<!-- END CONTENT BEGINN ################################################################################# -->
|
||||
<div class="cleared"></div><div class="art-Footer">
|
||||
<div class="art-Footer-inner">
|
||||
<div class="art-Footer-text">
|
||||
<p>
|
||||
<?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> | ";
|
||||
<!-- 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> | ";
|
||||
|
||||
}
|
||||
?>
|
||||
<br />
|
||||
Copyright © 2009-2010 Christoph Haas . All Rights Reserved.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="art-Footer-background"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cleared"></div>
|
||||
<p class="art-page-footer">VPNManagement Version <?php echo db_getconfval("version");?> </p>
|
||||
</div>
|
||||
<div style="text-align: center; font-size: 0.75em;"></div></body>
|
||||
}
|
||||
*/?>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user