aboutsummaryrefslogtreecommitdiff
path: root/Html/includes/header-logo.php
diff options
context:
space:
mode:
authorcitizenz7 <citizenz7@protonmail.com>2017-04-20 18:50:55 +0200
committercitizenz7 <citizenz7@protonmail.com>2017-04-20 18:50:55 +0200
commit5fd9fa480f302902328b81f912dd67ce378284f8 (patch)
tree66234843ae2857fda12442e4f7577c527d48977c /Html/includes/header-logo.php
parentebe731862c7c741171138b1083906f391fc35aff (diff)
downloadfreetorrent-5fd9fa480f302902328b81f912dd67ce378284f8.tar.xz
freetorrent-5fd9fa480f302902328b81f912dd67ce378284f8.zip
V.1.4.6
Diffstat (limited to 'Html/includes/header-logo.php')
-rw-r--r--Html/includes/header-logo.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/Html/includes/header-logo.php b/Html/includes/header-logo.php
new file mode 100644
index 0000000..0857700
--- /dev/null
+++ b/Html/includes/header-logo.php
@@ -0,0 +1,14 @@
+ <div id="header">
+ <a style="color:white; font-weight:bold; font-size:43px; padding-left: 20px;" href="<?php echo SITEURL; ?>"><?php echo SITENAMELONG; ?></a><br />
+ <span style="font-weight: bold; font-size: 19px; padding-top: 20px; padding-left: 20px;">Bittorrent au service du libre !</span>
+
+ <form action="<?php echo SITEURL; ?>/recherche.php" method="post" id="rechercher" name="rechercher">
+ <div id="recherche">
+ <input type="text" alt="" name="requete" class="recherche" placeholder="Rechercher un torrent ...">
+ <input type="submit" alt="" value="" class="valider">
+ <span style="color:white;">Ex : elephant, caminandes, ubuntu, ... </span>
+ </div>
+ </form>
+
+ <div class="clear"></div>
+ </div>