diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2008-12-13 23:02:16 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-13 23:02:16 +0000 |
| commit | 92102c891c36045142fea5c2293f310752a57166 (patch) | |
| tree | 1a3b8bbe8df2fdda1889133649d142318e5873d2 /modules/search/helpers | |
| parent | af8c74f6125478450072fd105d54172dcba1bf8e (diff) | |
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.
Diffstat (limited to 'modules/search/helpers')
| -rw-r--r-- | modules/search/helpers/search_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |
