From 46f0de7120d0773f361e08298c99ef804330adff Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 28 Feb 2014 00:57:35 -0800 Subject: try to fix youtube mixed content warnings --- doc/html/comanche_8php.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'doc/html/comanche_8php.html') diff --git a/doc/html/comanche_8php.html b/doc/html/comanche_8php.html index 57572239d..7a235b5b3 100644 --- a/doc/html/comanche_8php.html +++ b/doc/html/comanche_8php.html @@ -116,8 +116,8 @@ Functions    comanche_parser (&$a, $s)   - comanche_menu ($name) -  + comanche_menu ($name, $class= '') +   comanche_replace_region ($match)    comanche_block ($name) @@ -148,7 +148,7 @@ Functions - +
@@ -156,8 +156,18 @@ Functions - + + + + + + + + + + +
comanche_menu (  $name)$name,
 $class = '' 
)
-- cgit v1.2.3 From 16c2aa042fade698ece5dcb67cde10ff8155bd65 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 7 Mar 2014 14:30:24 -0800 Subject: doc update --- doc/html/comanche_8php.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'doc/html/comanche_8php.html') diff --git a/doc/html/comanche_8php.html b/doc/html/comanche_8php.html index 7a235b5b3..d5b7817b8 100644 --- a/doc/html/comanche_8php.html +++ b/doc/html/comanche_8php.html @@ -120,6 +120,8 @@ Functions    comanche_replace_region ($match)   + comanche_get_channel_id () +   comanche_block ($name)    comanche_webpage (&$a, $s) @@ -146,6 +148,24 @@ Functions

Referenced by comanche_region(), and profile_sidebar().

+
+
+ +
+
+ + + + + + + +
comanche_get_channel_id ()
+
+

comanche_get_channel_id() Returns the channel_id of the profile owner of the page, or the local_user if there is no profile owner. Otherwise returns 0

+ +

Referenced by comanche_block(), comanche_menu(), and construct_page().

+
-- cgit v1.2.3