Add ability to include page assets in documentation pages such as images. Updated Personal Channel tutorial to use local images using this new capability.
This commit is contained in:
@@ -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 ++) {
|
||||
|
Reference in New Issue
Block a user