diff options
author | Andrew Manning <andrew@reticu.li> | 2016-11-27 13:43:07 -0700 |
---|---|---|
committer | Andrew Manning <andrew@reticu.li> | 2016-11-27 13:43:07 -0700 |
commit | 7470b1180e884104b690b39dce90143c72c096a3 (patch) | |
tree | ed3e35300fb4f707d453060c8fb8388d15da355d /include/help.php | |
parent | 99a4bb63c780a939673e2153226635133fbba0eb (diff) | |
download | volse-hubzilla-7470b1180e884104b690b39dce90143c72c096a3.tar.gz volse-hubzilla-7470b1180e884104b690b39dce90143c72c096a3.tar.bz2 volse-hubzilla-7470b1180e884104b690b39dce90143c72c096a3.zip |
Add ability to include page assets in documentation pages such as images. Updated Personal Channel tutorial to use local images using this new capability.
Diffstat (limited to 'include/help.php')
-rw-r--r-- | include/help.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/help.php b/include/help.php index f7fffc4d4..82fd7c566 100644 --- a/include/help.php +++ b/include/help.php @@ -15,7 +15,7 @@ function get_help_content($tocpath = false) { $text = ''; $path = (($tocpath !== false) ? $tocpath : ''); - + if($tocpath === false && argc() > 1) { $path = ''; for($x = 1; $x < argc(); $x ++) { |