I'm using the GK Photo template on portfolio grid and I want to take the .itemnavigation PHP, specifically
- Code: Select all
<?php if(isset($this->item->previousLink)): ?>
<a class="itemPrevious" href="<?php echo $this->item->previousLink; ?>">
NEXT
</a>
<?php endif; ?>
...and move it to the 'lang' module position.
I need to know where I can directly place this code in the .php just before the 'lang' module position is called, however I can't find the .php document where the lang is called. I don't want to use Sourcer via a custom HTML mod and place it in the position, it doesn't work.
Is it Item.php? social.php?
Any help would be appreciated.