diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-05-25 06:40:18 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-05-25 06:40:18 +0200 |
commit | ba771dc91b13c70509b6da1589e7e9c4a95b3384 (patch) | |
tree | f5eea1c46aaad29c7d3ea2304d975b0e42dc4f76 /index.php | |
parent | 2ec0f85de586973a65e88194216810c9f2ad335e (diff) | |
parent | b76086add9ffb0cbd9ddf54955df51db436ed07a (diff) |
Merge branch 'master' of http://github.com/trasher/rpmphp
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 28 |
1 files changed, 6 insertions, 22 deletions
@@ -11,21 +11,9 @@ <body> <div id="wrapper"> - <div id="header"> - <h1> - <a href="http://fedoraproject.org"><img src="images/fedora-logo.png" alt="Fedora Project"/></a> - </h1> - <div id="headsearch"> - <form action='zoom.php' method='get'> - <div> - <label for="rpm">Package : </label> - <input type="text" name="rpm" id="rpm" size="20" /> - <input type="submit" value="Search" /> - </div> - </form> - </div> - </div> - +<?php +include '_header.php'; +?> <!-- content BEGIN --> <div id="fedora-content"> <div id="ariane"> @@ -88,13 +76,9 @@ try { <p>You can retrieve the current application sources from my GIT repository on github.com: <a href='http://github.com/remicollet/rpmphp'>http://github.com/remicollet/rpmphp</a>.</p> <p>Feedbacks, RFE and patches are welcome.</p> </div><!-- /fedora-content --> - <div id="footer"> - <p class="disclaimer">The Fedora Project is maintained and driven by the community and sponsored by Red Hat. This is a community maintained site. Red Hat is not responsible for content.</p> - <ul> - <li><a href="http://fedoraproject.org/wiki/Legal:Main">Legal</a></li> - <li><a href="http://fedoraproject.org/wiki/Legal:Trademark_guidelines">Trademark Guidelines</a></li> - </ul> - </div><!-- /footer --> +<?php +include '_footer.php'; +?> </div> </body> </html> |