Please show me the correct procedure to find the correct file. I always go to a wrong file.
In this instance, I look for where to remove the zen cart image from the home page. (Have you got yours yet? etc.)
I use Firefox to look at the site and fire bug to show different elements.
I select the element in Firefox and Fire bug shows this element
<div id="indexDefaultMainContent" class="content">
So now I take "indexDefaultMainContent" and use Developer Tools in Admin to find the file.
I look up in all files - All files Catalog/Admin - PHP and CSS.
I find this:
file is in /public_html/includes/templates/template_default/templates/tpl_index_default.php
The code is "Line #38 : <div id="indexDefaultMainContent" class="content"><?php require($define_page); ?></div> "
So now I know which file to go to but there is nothing what I want to change!!
I do not know PHP yet but I think the reference here is to another file, $define_page. I cannot find this file anywhere. I look all over the file structure for hours so now I ask if it exists at all.
Also please, is what I do, the correct way or must I do something different?
thank you
Ivanna


Reply With Quote



