diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-10 09:59:04 +0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-10 12:39:22 +0800 |
| commit | 7862e8b02ddd41eb68e858278cd909c8ff371550 (patch) | |
| tree | 74a1b7f5789a639282cf5c7b605795b9111ceca4 /modules/dynamic/views/admin_dynamic.html.php | |
| parent | 1475b772bd256238e7e5e8c0985daede9e18a16f (diff) | |
Created the dynamic albums module which provides a dynamic album
containing either recent updates or most viewed images.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
Diffstat (limited to 'modules/dynamic/views/admin_dynamic.html.php')
| -rw-r--r-- | modules/dynamic/views/admin_dynamic.html.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/dynamic/views/admin_dynamic.html.php b/modules/dynamic/views/admin_dynamic.html.php new file mode 100644 index 00000000..cd7ccfea --- /dev/null +++ b/modules/dynamic/views/admin_dynamic.html.php @@ -0,0 +1,5 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> +<div id="gAdminDynamic"> + <h2> <?= t("Dynamic Albums") ?> </h2> + <?= $form ?> +</div> |
