diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-10 08:01:53 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-10 08:01:53 -0700 |
| commit | 4f24a5f5930472fa23265228e5d7a6605b74ade2 (patch) | |
| tree | fd532540191aeeddda2d508f124d47ac4acb27d9 /modules/dynamic/views/dynamic_block.html.php | |
| parent | 4f6eed627681387ebbb1c6a1a7a572eab03c1439 (diff) | |
Move the dynamic module to gallery3-contrib
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> |
