Browse Source

ukko: this `return` thingy wasn`t needed

pull/40/head
czaks 10 years ago
parent
commit
3545ba1b47
  1. 1
      templates/themes/ukko/theme.php

1
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'])
));
}

Loading…
Cancel
Save