From 92102c891c36045142fea5c2293f310752a57166 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sat, 13 Dec 2008 23:02:16 +0000 Subject: Layout cleanup and simplification. Move view-mode buttons into sidebar, search to header_top. Reduced borders. Started album grid improvements. Minor white space improvements. Still need to handle text/photo alignment in album grid, improve placement of search. --- modules/search/helpers/search_block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/search/helpers') diff --git a/modules/search/helpers/search_block.php b/modules/search/helpers/search_block.php index b6450b4d..0294c920 100644 --- a/modules/search/helpers/search_block.php +++ b/modules/search/helpers/search_block.php @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class search_block_Core { - public static function header_bottom($theme) { + public static function header_top($theme) { $view = new View("search_link.html"); return $view->render(); } -- cgit v1.2.3