VPN-Management-GUI 2.0.3 porting start
This commit is contained in:
30
Site/footer.php
Executable file
30
Site/footer.php
Executable file
@@ -0,0 +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> | ";
|
||||
|
||||
}
|
||||
?>
|
||||
<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>
|
||||
</html>
|
Reference in New Issue
Block a user