mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-06 15:10:44 -04:00
Created the dynamic albums module which provides a dynamic album
containing either recent updates or most viewed images.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user