Can I move the error message that says
"You need to be logged in order to submit a ticket. Please login and try again."
to be at the top 2 banner module position, where the user can see it easier
<?php if(count($app->getMessageQueue())) : ?>
<jdoc:include type="message" />
<?php endif; ?>
<?php if($this->API->modules('bannertop')) : ?>
<section id="gkBannerTop">
<div class="gkPage">
<jdoc:include type="modules" name="bannertop" style="<?php echo $this->module_styles['bannertop']; ?>" />
</div>
</section>
<?php endif; ?>