diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-12-05 03:44:14 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-12-05 03:44:14 +0000 |
| commit | 65684fa3a9f9ff5cea918b75ba31684a0049a9f9 (patch) | |
| tree | 4ed939cd1f274f1416dbf6aacd0f26a420c1cb9e /views/randimg.html.php | |
Initial checkin.
Diffstat (limited to 'views/randimg.html.php')
| -rw-r--r-- | views/randimg.html.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/randimg.html.php b/views/randimg.html.php new file mode 100644 index 0000000..f3ae4bf --- /dev/null +++ b/views/randimg.html.php @@ -0,0 +1,2 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> +<?php echo "<a href='http://natha.nkinka.de/photos/index.php/$imgpath' title='$img_title'><img src='http://natha.nkinka.de/photos/var/resizes/$imgpath' style='border: thin solid black;' alt='$img_title' /></a>"; ?> |
