Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

head_include

Quote Reply
head_include
Hello,



i dont finde the def. place of the headline (simple template



Home | Compose | Folders | Address Book | Signatures | Options | Logout



Where can i chnage this text ?
Quote Reply
Re: [miefert] head_include In reply to
Hi,

Perhaps if you looked in include_header.htm you might find what you're looking for.

Jack.
Quote Reply
Re: [JackOng] head_include In reply to
my header_include looks like this





<script language=JavaScript>
<!--
chkwin = false;
//-->
</script>
<!-- Popup check email window if logging on -->
<%if login_state%>
<%if pop_num%>
<%if options_mailbox_download_email%>
<script language=JavaScript>
<!--
if (!chkwin) {
chkwin = window.open('webmail.cgi?<%url_hidden%>&page=pop_stream.htm&rand=' + Math.random(), 'status', 'scrollbars=yes,width=330,height=150');
}
//-->
</script>
<%endif%>
<%elsif account_mode eq 'individual_pop'%>
<%if options_mailbox_download_email%>
<script language=JavaScript>
<!--
if (!chkwin) {
chkwin = window.open('webmail.cgi?<%url_hidden%>&page=pop_stream.htm&rand=' + Math.random(), 'status', 'scrollbars=yes,width=330,height=150');
}
//-->
</script>
<%endif%>
<%endif%>
Quote Reply
Re: [miefert] head_include In reply to
What are you using to edit this? That is just the top of the file, the part you want is down below.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] head_include In reply to
i use dreamweaver 4 but this is the whole code ?!