use some icons in single photo view
[phpfspot.git] / rpc.php
diff --git a/rpc.php b/rpc.php
index cffb4edaa6f48addba713962afb7c114a9adede2..4599e11c8603598614ac292111bb499abc112276 100644 (file)
--- a/rpc.php
+++ b/rpc.php
@@ -77,6 +77,16 @@ class PHPFSPOT_RPC {
 
             $fspot->showPhotoIndex();
             break;
+   
+         case 'showbubbledetails':
+      
+            $fspot->showBubbleDetails($_GET['id'], $_GET['direction']);
+            break;
+
+         case 'showcredits':
+
+            $fspot->showCredits();
+            break;
 
       }