This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:design_adv:add_help_boxes [2011/08/03 15:52] jonyo |
tutorials:design_adv:add_help_boxes [2014/09/25 16:55] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{indexmenu_n> | ||
====== Add More Help Boxes ====== | ====== Add More Help Boxes ====== | ||
+ | |||
+ | <tip c h> | ||
This tutorial will describe one way to add more "help boxes", | This tutorial will describe one way to add more "help boxes", | ||
Line 15: | Line 18: | ||
- Edit the new **help_pages.tpl** file, and make sure you are on the **< | - Edit the new **help_pages.tpl** file, and make sure you are on the **< | ||
<code html> | <code html> | ||
- | |||
- | {capture assign=' | ||
- | |||
{capture assign=' | {capture assign=' | ||
- | {include file=$template_file} | + | {include file=" |
{/capture} | {/capture} | ||
{include file=' | {include file=' | ||
Line 41: | Line 41: | ||
- Note that if you specify an invalid value for the help= (for instance if the file does not exist), it will show a template error. < | - Note that if you specify an invalid value for the help= (for instance if the file does not exist), it will show a template error. < | ||
- Also note that the templates you create in the **help_pages/ | - Also note that the templates you create in the **help_pages/ | ||
- | |||