blob: 3255fb04f3cd24ff4c39029b1795b93a2be6576a (
plain)
1
2
3
4
5
6
7
8
|
<? 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>
|