mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 17:29:18 -04:00
Convert the carousel module to provide its block through the new api
This commit is contained in:
@@ -60,7 +60,6 @@ class Theme_Core {
|
||||
public function blocks() {
|
||||
/** @todo: make this data driven */
|
||||
$blocks = array(
|
||||
'carousel' => carousel::block($this),
|
||||
'tag' => tag::block($this),
|
||||
'info' => info::block($this),
|
||||
'gmaps' => gmaps::block($this),
|
||||
|
||||
Reference in New Issue
Block a user