Ernold2008-07-24 13:59 | I have made a "mainpage" page and I don't want the name of the page "mainpage" to show up as a title on that page. » Quick.Cart v3.xErnold |
Makaron2008-07-25 08:16 | You can make an another file in templates/ It should begins to "pages_" and has "tpl" extension e.g. "pages_new.tpl". Copy all content of templates/pages_default.tpl to this new file, change things that You want to be changed. After that login to administration and select new template for chosen subpage (in Your case it is start page). |
Ernold2008-07-25 11:16 | And what shall I edit in the php- code so that the title txt dissappears on this new page ? Ernold |
Makaron2008-07-25 12:52 | In this new file pages_new.tpl delete line:
<h3>$aData[sName]</h3>
|