diff --git a/lib/themefunctions.php b/lib/themefunctions.php index 29336c9..35d172c 100644 --- a/lib/themefunctions.php +++ b/lib/themefunctions.php @@ -303,7 +303,7 @@ function get_navigation($currentpage = null, $classPrefix = "", $liclass = "", $ * @param string $var */ function output_conditional($content, $var) { - if ($var == "") { + if ($var == "" && !isset($_GET['edit'])) { return; } echo str_replace("[[VAR]]", $var, $content);