summaryrefslogtreecommitdiffstats
path: root/themes/arun/templates/welcome.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/arun/templates/welcome.tpl')
-rw-r--r--themes/arun/templates/welcome.tpl32
1 files changed, 32 insertions, 0 deletions
diff --git a/themes/arun/templates/welcome.tpl b/themes/arun/templates/welcome.tpl
new file mode 100644
index 0000000..b169343
--- /dev/null
+++ b/themes/arun/templates/welcome.tpl
@@ -0,0 +1,32 @@
+<!-- welcome -->
+<div class="header">
+Welcome, these are some of my pictures.
+</div>
+<div class="welcome">
+
+
+ <p>
+ <span>
+ <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=1" alt="random image" />
+ </span>
+ <span>
+ <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=2" alt="random image" />
+ </span>
+ <span>
+ <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=3" alt="random image" />
+ </span>
+ <span>
+ <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=4" alt="random image" />
+ </span>
+ <span>
+ <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=5" alt="random image" />
+ </span>
+ <span>
+ <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=6" alt="random image" />
+ </span>
+</p>
+ <p>
+ <a href="javascript:showPhotoIndex();"> Index of all photos.</a>
+ </p>
+</div>
+<!-- /welcome -->