X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=inc%2Fsmarty%2Fnode_methodz%2Ffunction.get_image_link.php;fp=inc%2Fsmarty%2Fnode_methodz%2Ffunction.get_image_link.php;h=0000000000000000000000000000000000000000;hb=f9b322cc7cb38f9d23168c291ebc3e49040a4999;hp=9470a2bfe8ea004827bd535568e39c1f26d40d6b;hpb=673e23209e2e3b9782c037e70156a1a20154a5b9;p=mirrors%2FKyberia-bloodline.git diff --git a/inc/smarty/node_methodz/function.get_image_link.php b/inc/smarty/node_methodz/function.get_image_link.php deleted file mode 100644 index 9470a2b..0000000 --- a/inc/smarty/node_methodz/function.get_image_link.php +++ /dev/null @@ -1,17 +0,0 @@ -query("select user_id from users where user_id = $id"); - if ($set->getNumRows() > 0) $imglink = "/images/nodes///.gif"; - else $imglink = "/images/nodes/1/0/101.gif"; - echo $imglink; - } -} -?>