X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=data%2Ftemplates%2Fown_templates%2F1728653.tpl;fp=data%2Ftemplates%2Fown_templates%2F1728653.tpl;h=a6a1394fed6b013a071869457dc1a44567cbe9d6;hb=8ab498a1ff528bf9a7251ccc94a79ae86774fbca;hp=0000000000000000000000000000000000000000;hpb=2f9b488531ea667d5d2790e671dbe6e058c7ebd2;p=mirrors%2FKyberia-bloodline.git diff --git a/data/templates/own_templates/1728653.tpl b/data/templates/own_templates/1728653.tpl new file mode 100644 index 0000000..a6a1394 --- /dev/null +++ b/data/templates/own_templates/1728653.tpl @@ -0,0 +1,42 @@ +{include file="modules/header.tpl"} +{if $user_id eq false} + {include file="modules/loginbox.tpl"} +{/if} +{if $permissions.w eq true} +
+{include file="modules/node_settings.tpl"} +{include file="modules/get_poll_box.tpl"} +{include file="modules/get_bookmark_statistics_box.tpl"} + +{include file="modules/node_content.tpl"} +
+{php} + if ($f = fopen("https://www.hysteria.sk/~w/90_list","r")) { + echo "H-K
"; + } elseif ($f = fopen("https://www.x86.sk/~w/90_list","r")) { + echo "X
"; + } elseif ($f = fopen("http://www.gamca.sk/~kewo/90_list","r")) { + echo "S
"; + } + if ($f) { + echo " "; + while (($str = fgetcsv($f,4096,"|")) !== FALSE) { + if (count($str)>3) { + echo " "; + } + } + fclose($f); + echo "
ArtistSingleDownloadProvided by:
" . $str[0] . "" . $str[1] . "Click!" . $str[3] . "
"; + } else { + echo "Houston, Houston, We've got a problem! - no soundlisting available"; + } +{/php} +
+
+{include file="modules/addnode.tpl"} +{include file="modules/get_threaded_children.tpl" children_type=4} +
+
+{include file="modules/footer.tpl"} +{/if} +tpl by frr && w \ No newline at end of file