Added rudimentary transport support to get_threaded_children
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / transports / kyberia.sk.inc
CommitLineData
7a471619
H
1<?php
2$transport_name='kyberia.sk';
3
4global $transports;
5
6$transports[$transport_name]['get_node_content']=function($id, $protocol='http', $domain='kyberia.sk', $content_template='2019721') {
7 return file_get_contents("$protocol://$domain/id/$id/$content_template");
8};
9
10//echo $transports[$transport_name]['get_node_content'](2019721); //Example
11
12unset($transport_name);
This page took 0.180376 seconds and 4 git commands to generate.