From d7f3313ff4514e38c9f53439cd1a1287e56e45f7 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 11 Nov 2018 17:19:26 +0100 Subject: reboot folder --- w/view/templates/homeopt.php | 84 -------------------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 w/view/templates/homeopt.php (limited to 'w/view/templates/homeopt.php') diff --git a/w/view/templates/homeopt.php b/w/view/templates/homeopt.php deleted file mode 100644 index cecb79b..0000000 --- a/w/view/templates/homeopt.php +++ /dev/null @@ -1,84 +0,0 @@ -
-

Options

-
- -⬅ - - - - -
Sort - -
-order() == '1' ? "checked" : "" ?>/> -
-order() == '-1' ? "checked" : "" ?>/> - -
- -
Privacy
    -
  • secure() == 4 ? "checked" : "" ?>/>
  • -
  • secure() == 3 ? "checked" : "" ?>/>
  • -
  • secure() == 2 ? "checked" : "" ?>/>
  • -
  • secure() == 1 ? "checked" : "" ?>/>
  • -
  • secure() == 0 ? "checked" : "" ?>/>
  • -
- -
Tag
    - - -tagcompare() == "OR" ? "checked" : "" ?> > -tagcompare() == "AND" ? "checked" : "" ?>> - -taglist() as $tagfilter => $count) { - - if ($count > $limit && $in == false) { - echo '
    >' . $limit . ''; - $in = true; - } - if ($count == $limit && $in == true && $out == false) { - echo '
    ' . $limit . ''; - $out = true; - } - - if (in_array($tagfilter, $opt->tagfilter())) { - - echo '
  • '; - } else { - echo '
  • '; - } -} -if ($in = true || $out = true) { - echo '
    '; -} -?> - -
- - invert() == 1) { - echo ''; - } else { - echo ''; - } - echo '
-- cgit v1.2.3