Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 09-05-2001 08:22:29

Guest
Guest

title_store.gif

How do I get rid of this image?
grep -ri "title_store.gif" /var/www * tells me that site_modules.db is referencing it.  However when I remove the line, the image still shows up with a red x in the corner.

Any suggestions?

 

#2 09-05-2001 08:56:35

Guest
Guest

Re: title_store.gif

In an earlier post you suggested

"Edit the Site header page, edit the code as you wish to see it."

Which header are you referring too?  I have examined all of them with no avail.

 

#3 09-05-2001 19:42:16

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: title_store.gif

The script to take a look at is:

/library/common/site_pg_define.pl

This script prints the title image html.  Just write an if statement to eliminate the title image code from the page you want to.  You can use this syntax:

if ($fd_pg ne "my_page") { ##PRINT_TITLE_HERE## }


Nick Hendler

Offline

 

Board footer