diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-05-17 21:32:14 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-05-17 21:32:14 +0000 |
commit | 3b796bc5b923899cfec2f81ff9f811a02260a071 (patch) | |
tree | 8ab604f605d1ce7771538f2522f80ba3177eee92 /start.php | |
parent | d253222f742b74b8fd232fa39c81c6f39e9d6b9a (diff) | |
download | elgg-3b796bc5b923899cfec2f81ff9f811a02260a071.tar.gz elgg-3b796bc5b923899cfec2f81ff9f811a02260a071.tar.bz2 |
cleaning up some views
moved image controls to separate view so it easier for plugins to extend tidypics
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ extend_view('css', 'tidypics/css');
// Extend hover-over and profile menu
- extend_view('profile/menu/links','tidypics/menu');
+ extend_view('profile/menu/links','tidypics/hover_menu');
//group view ** psuedo widget view for group pages**
extend_view('groups/right_column','tidypics/groupprofile_albums');
|