diff options
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> |