3
Thank you very much TottoBG.
The .php file showing that result is:
/modules/mydownloads/index.php
The problem is, that I can't identify within the source of that index.php where is the name of the template used.
At the beginning it has:
include "header.php";
$myts =& MyTextSanitizer::getInstance(); // MyTextSanitizer object
include_once XOOPS_ROOT_PATH."/class/xoopstree.php";
$mytree = new XoopsTree($xoopsDB->prefix("mylinks_cat"),"cid","pid");
$xoopsOption['template_main'] = 'mylinks_index.html';
include XOOPS_ROOT_PATH."/header.php";
Sorry, but I am not skilled in XOOPS code to find the template file. Can you help on this?
Thank you,
Pablo.
Quote:
TottoBG wrote:
It should all be in the template. Take a look at the url when you see this so wich .php file is actually called and edit in an editor to see wich template it's calling. So after that go to your administration -> System -> Templates and in your template package look for the mydownloads link and getting through it look for the template your were looking for and edit it.