From 3545ba1b4735ed7b57eb3b8026f2f89c712f7cf2 Mon Sep 17 00:00:00 2001 From: czaks Date: Wed, 30 Apr 2014 18:28:14 +0200 Subject: [PATCH] ukko: this `return` thingy wasn`t needed --- templates/themes/ukko/theme.php | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/themes/ukko/theme.php b/templates/themes/ukko/theme.php index 5d887227..37ecf208 100644 --- a/templates/themes/ukko/theme.php +++ b/templates/themes/ukko/theme.php @@ -96,7 +96,6 @@ 'body' => $body, 'mod' => $mod, 'boardlist' => createBoardlist($mod), - 'return' => ($mod ? '?' . $board['url'] . $config['file_index'] : $config['root'] . $board['dir'] . $config['file_index']) )); }