A simple menu bar with default styling:
<pinp> echo ar('html') ->menu( 'ul', array( 'class' => 'bar' ) ) ->style('bar'); echo ar('html') ->menu( 'ul', array( 'class' => 'bar' ) ) ->bar( array( 'current' => $path ) ); </pinp>
Output: