|
|
|
@@ -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%;">© 2012 DISTRHO <span style="float:right;"> Sponsored by <a href="http://kxstudio.sf.net" target="_blank">KXStudio</a> | 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%;">© 2012 DISTRHO <span style="float:right;"> Sponsored by <a href="http://kxstudio.sf.net" target="_blank">KXStudio</a> | 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> |
|
|
|
|