diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-21 23:55:29 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-21 23:55:29 +0000 |
commit | 01c8cdc8dd08bf859f68aaffff32fd1acf1a66ab (patch) | |
tree | 5d37e126bedba40b56b29179002cbb0266fba448 /themes | |
parent | 60191f1d2c65103d35a8b7bf9771d5ff13405db6 (diff) |
Convert the carousel module to provide its block through the new api
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/views/sidebar.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/views/sidebar.html.php b/themes/default/views/sidebar.html.php index a24e2e36..10f56178 100644 --- a/themes/default/views/sidebar.html.php +++ b/themes/default/views/sidebar.html.php @@ -1,4 +1,5 @@ <? defined("SYSPATH") or die("No direct script access."); ?> +<?= View::sidebar($theme) ?> <? foreach ($theme->blocks() as $block): ?> <?= $block ?> <? endforeach ?> |