Almost right. The file to modify was actually /warp/systems/joomla/layouts/article.php. I used the info below but instead moved the code tothe very top and bingo it works!
info I found.....
OPen up the themes /warp/systems/joomla/layouts/article.php with a Code Editor like Sublime Text 2 and look for the following at around line 74,
<?php if ($edit) : ?>
<p><?php echo $edit; ?></p>
<?php endif; ?>
Cut and paste to line 59 so it is just below,
<?php echo $hook_beforearticle; ?>
Please Log in or Create an account to join the conversation.