2012-01-29 20:46
Hi,I'm new to QC, have my own server with php 5.3.9Have installed QC, translated into my language and everything is working except the titel will not change to what I've write in Page title in admin settings, wierd.Any suggestion?
2012-01-29 22:12
You mean title Quick.Cart?You can change it in file Container.tpl:<div id="title"><a href="$config['index']" tabindex="1">Quick<span>.</span><strong>Cart</strong></a></div>
2012-01-30 00:09
Well, thought it would be somewhere, but didnt find it.Thanks!