diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 01:16:46 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 01:16:46 +0000 |
| commit | 16a3e43b45c654e0e882810234a39ea518a70879 (patch) | |
| tree | d5288c0c73da3ec7d0e6d59408b245157379ae88 /core/views/admin_block_photo_stream.html.php | |
| parent | e12a4f2ae392a91db0c649367977d46cedc87e68 (diff) | |
Move the "Photo Stream" section into its own block
Diffstat (limited to 'core/views/admin_block_photo_stream.html.php')
| -rw-r--r-- | core/views/admin_block_photo_stream.html.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/views/admin_block_photo_stream.html.php b/core/views/admin_block_photo_stream.html.php new file mode 100644 index 00000000..3255fb04 --- /dev/null +++ b/core/views/admin_block_photo_stream.html.php @@ -0,0 +1,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> |
