Changeset 190
- Timestamp:
- 12/23/08 18:51:07 (1 year ago)
- Files:
-
- trunk/user_guide/features/page.html (modified) (1 diff)
- trunk/user_guide/general/changelog.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/user_guide/features/page.html
r179 r190 254 254 if set to <kbd>false</kbd> (boolean) the output will be returned.</p> 255 255 256 <a name="output_ trail"></a>257 <h3>$this->page->output_ trail()</h3>256 <a name="output_breadcrumb"></a> 257 <h3>$this->page->output_breadcrumb()</h3> 258 258 <p>Output breadcrumb trail:</p> 259 <code>$this->page->output_ trail(<var>TRUE/FALSE</var>)</code>259 <code>$this->page->output_breadcrumb(<var>TRUE/FALSE</var>)</code> 260 260 <p>Creates breadcrumb trail HTML. An example of the code created:</p> 261 261 <code> trunk/user_guide/general/changelog.html
r189 r190 65 65 <h3>Bug Fixes</h3> 66 66 <ul> 67 <li>Corrected the user guide section on the <a href="../features/page.html#output_breadcrumb">Page</a> class. Originally it listed <strong>output_trail()</strong> as a method this is now <strong>output_breadcrumb</strong>, See <a href="http://trac2.assembla.com/backendpro/ticket/69">Bug #69</a></li> 67 68 <li>Modified the path to the user guide from inside the <strong>BackendPro</strong> control panel (footer), See <a href="http://trac2.assembla.com/backendpro/ticket/68">Bug #68</a></li> 68 69 </ul>