Page 1 of 1
where is the "base home page"?
Posted: Mon Feb 01, 2010 5:50 am
by ckrantz
I know that my site is all generated by php.. But I'm trying to add a small counter script to what an html site would be index.html... Is there a file that contains the main page information? (where the meta descriptions, meta tags stuff like that would go?? ) for the life of me I can't find it.
Re: where is the "base home page"?
Posted: Mon Feb 01, 2010 9:26 am
by ckrantz
does anyone know the answer to this?
Re: where is the "base home page"?
Posted: Mon Feb 01, 2010 9:52 am
by nocko
Look in catalog/view/theme/default/template/common
Re: where is the "base home page"?
Posted: Mon Feb 01, 2010 11:19 am
by Qphoria
Try header.tpl or footer.tpl
Re: where is the "base home page"?
Posted: Mon Feb 01, 2010 10:14 pm
by ckrantz
I think I found the right one. Layout.tpl in my current theme under common is what I was looking for. There is a cool site called
www.statcounter.com that wants to throw in a java script. This site gives you a lot of good data about who is going to your site and where they found you at.
Re: where is the "base home page"?
Posted: Mon Feb 01, 2010 11:39 pm
by Qphoria
layout.tpl was removed in 1.3.4 and later.. So header will eventually be the best place as that takes all the new layout stuff