Assembla home | Assembla project page
 

Changeset 190

Show
Ignore:
Timestamp:
12/23/08 18:51:07 (1 year ago)
Author:
aprice30
Message:

Corrected the user guide on page->output_trail to page->output_breadcrumb, Closes #69

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/user_guide/features/page.html

    r179 r190  
    254254if set to <kbd>false</kbd> (boolean) the output will be returned.</p> 
    255255 
    256 <a name="output_trail"></a> 
    257 <h3>$this-&gt;page-&gt;output_trail()</h3> 
     256<a name="output_breadcrumb"></a> 
     257<h3>$this-&gt;page-&gt;output_breadcrumb()</h3> 
    258258<p>Output breadcrumb trail:</p> 
    259 <code>$this-&gt;page-&gt;output_trail(<var>TRUE/FALSE</var>)</code> 
     259<code>$this-&gt;page-&gt;output_breadcrumb(<var>TRUE/FALSE</var>)</code> 
    260260<p>Creates breadcrumb trail HTML. An example of the code created:</p>  
    261261<code> 
  • trunk/user_guide/general/changelog.html

    r189 r190  
    6565<h3>Bug Fixes</h3> 
    6666<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> 
    6768        <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> 
    6869</ul>