X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=photo-tags.git;a=blobdiff_plain;f=index.php;h=822df79c0bc8333c3cb55183baf14b181477df92;hp=5f045433d197bff0dca0c7a0c4ca2803b9605271;hb=197867206e97f0b8d85cff0ef7f1bf88a33fd7aa;hpb=9d77827195a8057746842bfa307d550d04ed02f9 diff --git a/index.php b/index.php index 5f04543..822df79 100644 --- a/index.php +++ b/index.php @@ -14,6 +14,11 @@ if(isset($_REQUEST["page"])) else $page = 1; +if(isset($_REQUEST["tag"])) + $tags = $_REQUEST["tag"]; +else + $tags = ""; + ?> <?php echo htmlspecialchars($title) ?> @@ -31,6 +36,15 @@ else +
+
+ Tags: + + +
+
+ +