Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / inc / smarty / node_methodz / function.get_alik_image.php
diff --git a/inc/smarty/node_methodz/function.get_alik_image.php b/inc/smarty/node_methodz/function.get_alik_image.php
new file mode 100644 (file)
index 0000000..10130a1
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+
+       function smarty_function_get_alik_image($params,&$smarty) {
+               $id=$params['id'];
+               echo "/data/alik/icons/".substr($id,0,2).".gif";
+       }
+?>
\ No newline at end of file
This page took 0.110191 seconds and 4 git commands to generate.