<?php  
defined('C5_EXECUTE') or die("Access Denied.");
/**
 * Pirate Speak by John Liddiard (aka JohntheFish)
 * www.jlunderwater.co.uk, www.c5magic.co.uk
 * This software is licensed under the terms described in the concrete5.org marketplace.
 * Please find the add-on there for the latest license copy.
 */

$psh = Loader::helper('pirate_speak', 'jl_pirate_speak');
echo $psh->yarr($controller->getContent());

