started my own theme
[phpfspot.git] / themes / arun / templates / welcome.tpl
diff --git a/themes/arun/templates/welcome.tpl b/themes/arun/templates/welcome.tpl
new file mode 100644 (file)
index 0000000..b169343
--- /dev/null
@@ -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 -->