Fixing content type ordering when content_type is not defined.
[akelos.git] / test / fixtures / app / helpers / example_helper.php
bloba0858f0d19ce09f8f54234f32bf94b2f8dc9a13f
1 <?php
3 class ExampleHelper extends AkActionViewHelper
4 {
5 function example_format($text)
7 return "<em><strong><small>$text</small></strong></em>";