diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-10 23:01:53 +0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-10 23:23:51 +0800 |
commit | 7c993387dadeb721f4c74185fc5ee0e376c4300b (patch) | |
tree | 5a945fceb217f3c583f7573fea86cce36c1b4d67 /modules/dynamic/views/dynamic_block.html.php | |
parent | 12796ec2ca386895a713583c683348e7d02bc66b (diff) |
Move the dynamic module to gallery3-contrib
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
Diffstat (limited to 'modules/dynamic/views/dynamic_block.html.php')
-rw-r--r-- | modules/dynamic/views/dynamic_block.html.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/dynamic/views/dynamic_block.html.php b/modules/dynamic/views/dynamic_block.html.php deleted file mode 100644 index d14c2900..00000000 --- a/modules/dynamic/views/dynamic_block.html.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php defined("SYSPATH") or die("No direct script access.") ?> -<div class="gDynamicBlock"> - <ul> - <? foreach ($albums as $album => $text): ?> - <li> - <a href="<?= url::site("dynamic/$album") ?>"><?= t($text) ?></a> - </li> - <? endforeach ?> - </ul> -</div> |