Convert the carousel module to provide its block through the new api

This commit is contained in:
Tim Almdal
2008-11-21 23:55:29 +00:00
parent 60191f1d2c
commit 01c8cdc8dd
4 changed files with 37 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
<?= View::sidebar($theme) ?>
<? foreach ($theme->blocks() as $block): ?>
<?= $block ?>
<? endforeach ?>