Browse Source

More cleanup

master
falkTX 12 years ago
parent
commit
d9a7c46295
1 changed files with 6 additions and 9 deletions
  1. +6
    -9
      inc_footer.php

+ 6
- 9
inc_footer.php View File

@@ -1,15 +1,12 @@
<footer>
<div class="container">
<div class="wrapper">
<div style="position:relative; top: 0px;left: 0px;">
<form class="formleftside" action="<?php echo $_SERVER['SCRIPT_NAME']; ?>" method="post">
<input type="submit" name="changeColorNow" value="Switch color-theme"/>
</form>
</div>
<div><p style="font-size: 90%;">&#0169; 2012 DISTRHO&nbsp; &nbsp;<span style="float:right;"> Sponsored by <a href="http://kxstudio.sf.net" target="_blank">KXStudio</a>&nbsp; &nbsp;|&nbsp; &nbsp;All the plugins and linux ports here are free, please consider a <a href="http://sourceforge.net/donate/index.php?group_id=539284" target="_blank">donation</a> if possible.</p></span></div>
<div style="position:relative; top: 0px;left: 0px;">
<form class="formleftside" action="<?php echo $_server['script_name']; ?>" method="post">
<input type="submit" name="changecolornow" value="switch color-theme"/>
</form>
</div>
<div><p style="font-size: 90%;">&#0169; 2012 DISTRHO&nbsp; &nbsp;<span style="float:right;"> Sponsored by <a href="http://kxstudio.sf.net" target="_blank">KXStudio</a>&nbsp; &nbsp;|&nbsp; &nbsp;All the plugins and linux ports here are free, please consider a <a href="http://sourceforge.net/donate/index.php?group_id=539284" target="_blank">donation</a> if possible.</p></span></div>
</div>
</div>
</footer>


Loading…
Cancel
Save