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 [2012/10/08 17:53] jonyo adding page index |
tutorials:design_adv:add_help_boxes [2014/09/25 16:55] (current) |
||
---|---|---|---|
Line 2: | Line 2: | ||
====== Add More Help Boxes ====== | ====== Add More Help Boxes ====== | ||
- | <tip c h> | + | <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 18: | 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 44: | 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/ | ||
- | |||