Hi
I know how make new position in template for module but i dont know how make this in JA_Portfolio template.
in template folder file index.php have this content
<blockquote><?php
if (class_exists(‘T3Template’)) {
$tmpl = T3Template::getInstance($this);
$tmpl->render();
return;
} else {
//Need to install or enable JAT3 Plugin
echo JText::_(‘Missing jat3 framework plugin’);
}</blockquote>
In another templates in this file is a lot of code and in this code i must add some code to make new position in template, but where i can find in Portfolio template this code or maybe this file is in another path ???? but where :/
Sorry for my english
best regards
Rafael