Hi.
I'm trying to create a new Joomla 1.5 template.
I'd like to override mod_breadcrumbs with my own php files.
I've copied the folder /modules/mod_breadcrumbs
to /templates/myTemplate/html
/mod_bread
crumbs.
Then I've added all the files in html/mod_breadcrumbs to the templateDetails.xml
Finally, I've added <h1>test</h1> to mod_breadcrumbs/default.ph
p
Now, I expected this to show <h1>test</h1> in <jdoc:include type="module" name="breadcrumbs" />
But no! there is noting changed there.
Any idea what I'm doing wrong?
Start Free Trial