diff options
author | friendica <info@friendica.com> | 2014-10-19 16:12:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-19 16:12:05 -0700 |
commit | bae3029c639bf6f9469dd93bfedc3dce0d8510d7 (patch) | |
tree | f892b4bb5bc96c96ebd9df5d6b593b02def2c759 /doc/dev-function-overview.md | |
parent | 6d3619c8b15afdbf228cc0ca71de68efc0557fb1 (diff) | |
download | volse-hubzilla-bae3029c639bf6f9469dd93bfedc3dce0d8510d7.tar.gz volse-hubzilla-bae3029c639bf6f9469dd93bfedc3dce0d8510d7.tar.bz2 volse-hubzilla-bae3029c639bf6f9469dd93bfedc3dce0d8510d7.zip |
merge madness
Diffstat (limited to 'doc/dev-function-overview.md')
-rw-r--r-- | doc/dev-function-overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev-function-overview.md b/doc/dev-function-overview.md index 3cda8f7c4..ecf9186ca 100644 --- a/doc/dev-function-overview.md +++ b/doc/dev-function-overview.md @@ -48,5 +48,5 @@ Returns the translated variant of $string for the current language or $string (d Shorthand test to see if variable $var is set and is not empty. Tests vary by type. Returns false if $var or $key is not set. If variable is set, returns 1 if has 'non-zero' value, otherwise returns 0. -- e.g. x('') or x(0) returns 0; -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; |