mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
9 lines
352 B
PHP
9 lines
352 B
PHP
<? defined("SYSPATH") or die("No direct script access."); ?>
|
|
<p>
|
|
Recent photos added to your Gallery
|
|
</p>
|
|
<img src="<?= $theme->url("images/photostream.png") ?>" alt="" />
|
|
<p class="gWarning">
|
|
Slider type of display. Show titles underneath or on hover. Draw a keyline around albums, or differentiate some how. Each will be linked to item view
|
|
</p>
|