diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-06 19:41:44 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-06 19:41:44 +0000 |
commit | ca33ffdcbb65a0b344e450966c2fcff1d9e9212b (patch) | |
tree | f665c49cb35e8c2be96ba6598cbe6707df6f9ec7 /rpc.php | |
parent | 112ac9e09c81b3cb4babe6b8246a6576ecb5df5e (diff) |
display photo index as matrix
show a larger pic when user clicks on it
git-svn-id: file:///var/lib/svn/phpfspot/trunk@25 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -45,9 +45,7 @@ class PHPFSPOT_RPC { switch($_GET['action']) { case 'showphoto': - $fspot->prepare_single_photo($_GET['id']); - $fspot->tmpl->show("body.tpl"); - + $fspot->showPhoto($_GET['id']); break; case 'show_available_tags': |