From 95fcf773be12a9307eeefe7f392277bf44036946 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 28 Aug 2013 16:39:43 -0700 Subject: right - here's how we're going to link comanche with webpages --- include/comanche.php | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 include/comanche.php (limited to 'include/comanche.php') diff --git a/include/comanche.php b/include/comanche.php new file mode 100644 index 000000000..33e93d2c9 --- /dev/null +++ b/include/comanche.php @@ -0,0 +1,48 @@ + $uid, 'current' => $current, 'entries' => $r); + call_hooks('pdl_selector',$arr); + + $entries = $arr['entries']; + $current = $arr['current']; + + $o .= "'; + return $o; +} + -- cgit v1.2.3