Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / inc / smarty / node_methodz / function.get_sessions.php
diff --git a/inc/smarty/node_methodz/function.get_sessions.php b/inc/smarty/node_methodz/function.get_sessions.php
new file mode 100644 (file)
index 0000000..08dc95f
--- /dev/null
@@ -0,0 +1,8 @@
+<?php function
+smarty_function_get_sessions(){
+    global $db,$error,$node;
+    echo $_SESSION['user_id'];
+    echo $_SESSION['user_name'];
+    echo $_SESSION['cube_vector'];
+}
+?>
\ No newline at end of file
This page took 0.125199 seconds and 4 git commands to generate.