In all of my pages I'm using in skin10 (K Skin) it is adding blank space or something to my pages. In firefox I do not notice this but in IE6 I do.
I see this also:
Image PATH for TITLE_TAG
publ_images/pages/space
What is this supposed to be doing? How do I stop it from using space.jpg
I deleted it from pages directory but then it messes things up even more. It will show a red X in IE6 pages. Also it re-arranges the text. In firefox it is fine. If I can somehow remove it from the php code I think it will be fine. I think it is coming from the index.php page from this code below:
"$first = $page->getFirstElement();
$ft->assign("TITLE_TAG", (empty($all_url_vars['page'])?html_entity_decode($ stringutil->cleanDescriptionForEditor($data[$first ]["title"])):html_entity_decode($stringutil->clean DescriptionForEditor($page->getTitle()))));
if (file_exists(INDEX_PATH."publ_images/pages/" . $all_url_vars['page'] . ".gif") || file_exists(INDEX_PATH."publ_images/pages/" . $all_url_vars['page'] . ".jpg"))
$ft->assign("TITLE_TAG_IMG", "publ_images/pages/" . $all_url_vars['page']);
else
$ft->assign("TITLE_TAG_IMG", "publ_images/pages/space");"
Please help
Thanks!!! |