culda_a2008-09-08 19:07 | how to make invisible the title of a page? ... is it possible to do this let's say that I have the pages: » Quick.Cart v3.x |
beholder2008-09-08 22:47 | oh, it's very easy, create a new template from templates/pages_default.php, name it as "pages_noname.tpl", then edit the new template and erase: |
culda_a2008-09-09 08:29 | great ... Thanks |
culda_a2008-09-09 08:43 | ok that works great but I use the productsInrow plugin... how do I use this plugin and in the same time with no title? |
culda_a2008-09-09 09:00 | well a solution will be to edit pages_default.tpl but then if I want pages with title ...is not possible anymore |
Makaron2008-09-10 09:16 | It's of course still possible with plugin productsInrow or without it.. When You don't copy all conent of file with template to new file which You create so You change only those blocks which are in new file.. So You can make one more file fe: pages_productsInRow_withoutTitle.tpl.. It should look like this:
<!-- BEGIN CONTAINER --> |