mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-16 06:59:55 -04:00
Started to wire up album and photo view menus. Need photo's parent album link added. Also need add the slideshow link to the menu.
This commit is contained in:
@@ -75,6 +75,20 @@ class Theme_View_Core extends View {
|
||||
print $menu;
|
||||
}
|
||||
|
||||
public function album_menu() {
|
||||
$menu = new Menu(true);
|
||||
core_menu::album($menu, $this);
|
||||
|
||||
print $menu;
|
||||
}
|
||||
|
||||
public function photo_menu() {
|
||||
$menu = new Menu(true);
|
||||
core_menu::photo($menu, $this);
|
||||
|
||||
print $menu;
|
||||
}
|
||||
|
||||
public function pager() {
|
||||
$this->pagination = new Pagination();
|
||||
$this->pagination->initialize(
|
||||
|
||||
Reference in New Issue
Block a user