From d58abc0230e07663ce543088c186639d36f82f02 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 5 Mar 2014 04:28:48 -0800 Subject: add clock widget and correct some doco --- doc/comanche.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/comanche.bb') diff --git a/doc/comanche.bb b/doc/comanche.bb index 1464d809d..e79f9a4c7 100644 --- a/doc/comanche.bb +++ b/doc/comanche.bb @@ -111,9 +111,9 @@ Widgets are executable apps provided by the system which you can place on your p [/code] -Widgets and arguments are specified with the 'widget' and 'arg' tags. +Widgets and arguments are specified with the 'widget' and 'var' tags. [code] - [widget=recent_visitors][arg=count]24[/arg][/widget] + [widget=recent_visitors][var=count]24[/var][/widget] [/code] This loads the "recent_visitors" widget and supplies it with the argument "count" set to "24". @@ -150,8 +150,8 @@ The 'comment' tag is used to delimit comments. These comments will not appear on [menu]myfavouritemenu[/menu] [widget=recent_visitors] - [arg=count]24[/arg] - [arg=names_only]1[/arg] + [var=count]24[/var] + [var=names_only]1[/var] [/widget] [widget=tagcloud][/widget] -- cgit v1.2.3