 2008-02-23 23:24 | I can't figure out in which file the link to this image logo.qc.jpg can be found..
I know where the file itself is -> files/img/logo.qc.jpg, but need to find the link pointing to it.
tried default.css, page.tpl in the templates directory.. Also searched in index.php, config.php no trace of this file..
I want to change the logo to a (transparent) gif » Quick.Cart v2.xNicky |
MackZ 2008-02-24 15:18 | in config/lang_en.php <--- of course if you have English version but
/* * Logo file */ $config['logo_img'] = "logo_qc.jpg";
But for my opinion why you need it ? You can configure the file with logo that is in admin configuration ! MackZ |