diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 23 |
1 files changed, 15 insertions, 8 deletions
@@ -79,23 +79,30 @@ ob_start(); It's fun, it's great, <a href="http://mageia.org/">have a look</a> and join us!</p> <p style="text-align: center;"><a href="http://mageia.org/"> - <img src="static/mageia-logo-small.png" - style="width: 200px;" - alt="Mageia"></a></p> - + <img src="static/mageia-logo-small.png" style="width: 200px;" alt="Mageia"></a></p> <h2>Free hugs?</h2> <p>Yes! A hug definitely will make you feel better. It's free and it's great!</p> - <p>Check the <a href="http://www.freehugscampaign.org/">Free Hugs Campaign</a> out, and save the date: next International Free Hugs Day is on <time datetime="2011-07-02">July, 2<sup>nd</sup> 2011</time>.</p> </aside> - <div class="clear"></div> </article> + <div class="clear"></div> <footer> - <p><a href="http://mageia.org/">mageia.org</a></p> + <p class="sign">♡ May 2011 by <a href="http://mageia.org/wiki/doku.php?id=web">mageia.org web team</a> + – Copying is an act of love. <a href="http://svnweb.mageia.org/web/hugs/">Please copy and share</a> + (or send patches) + – Want to <a href="/post-your-own/" rel="nofollow">post your own photo</a> here?</p> </footer> </body> -</html>
\ No newline at end of file +</html> +<?php + +$s = ob_get_clean(); +$s = str_replace(array(">\n", ">\n\t", "\t", ' ', ";\n"), array('>', '>', '', '', ';'), $s); +echo $s; + + +?>
\ No newline at end of file |