parasite2011-08-24 08:35 | I've want to modify default theme, so i've write a page and every is fine but the $aData[sName] and $aData[sContent] working twice. I cannot remove the second content from the page container.tpl so I remove everythink from container.tpl (blank theme without any code) and I'm still able to see the page content ... » Quick.Cms v3.x |
cgan2011-08-24 09:52 | Have you checked file default.php in directory templates/themes? cgan |
parasite2011-08-24 10:45 | Ok, now I've solved problem, I don't know that after <!-- END BODY --> content is writing automatically so I just place end body tag in place when I want the content and after that I place <!-- BEGIN FOOT --> - now everything is fine :) |