diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-09 18:59:04 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-09 18:59:04 -0700 |
| commit | 3347178eee9c0d4b779a172af1139885db5655dc (patch) | |
| tree | d35cb15829b358dbe1c4d79e84f588a5a380fa88 /modules/dynamic/views/admin_dynamic.html.php | |
| parent | 512f22a600362415f58197842248acc2f2f68be8 (diff) | |
Created the dynamic albums module which provides a dynamic album
containing either recent updates or most viewed images.
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> |
