diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-07 21:04:51 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-07 21:04:51 +0100 |
commit | 478587d1442b644f8f78a529dbb8ada1fc27f601 (patch) | |
tree | 73319ab68abb639f9ce0146223268e0dcc09029a /app/view/templates/homeopt.php | |
parent | 93a00c8312e220559d70147e11aa0b1e64bc127a (diff) | |
download | wcms-478587d1442b644f8f78a529dbb8ada1fc27f601.tar.gz wcms-478587d1442b644f8f78a529dbb8ada1fc27f601.zip |
google analytics code
Diffstat (limited to 'app/view/templates/homeopt.php')
-rw-r--r-- | app/view/templates/homeopt.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/view/templates/homeopt.php b/app/view/templates/homeopt.php index cecb79b..f240d0a 100644 --- a/app/view/templates/homeopt.php +++ b/app/view/templates/homeopt.php @@ -4,10 +4,7 @@ <input type="submit" name="submit" value="filter"> ⬅<input type="submit" name="submit" value="reset"> - - <!-- $this->optionsort($opt); - $this->optionprivacy($opt); - $this->optiontag($opt); --> +<div id="optfield"> <fieldset><legend>Sort</legend> <select name="sortby" id="sortby"> @@ -76,6 +73,8 @@ if ($in = true || $out = true) { echo '<label for="invert">invert</></br>'; ?> +</div> + <input type="submit" name="submit" value="filter"> ⬅<input type="submit" name="submit" value="reset"> |