home updates
This commit is contained in:
@@ -112,8 +112,9 @@ function gTC(type,itm){
|
||||
case 'v':return vclr
|
||||
}
|
||||
}
|
||||
function headr(msg,fs,bgm,lp,nl){
|
||||
function headr(msg,fs,bgm,lp,nl,logo){
|
||||
th=gV(0)
|
||||
if(!logo){logo=rch+'WebTVLogoJewel.gif'}
|
||||
out=''
|
||||
switch(fs){
|
||||
case 'small':fsn=7
|
||||
@@ -152,7 +153,7 @@ function headr(msg,fs,bgm,lp,nl){
|
||||
out+=tab();
|
||||
out+='<spacer type=block width=11 height=11><br><spacer type=block width=10 height=1>'
|
||||
if(!nl){out+='<a href="javascript:goHTV()">'}
|
||||
out+='<img src='+rch+'WebTVLogoJewel.gif width=90 height=69>'
|
||||
out+='<img src='+logo+' width=90 height=69>'
|
||||
if(!nl){out+='</a>'}
|
||||
out+=tab(msg);
|
||||
out+='</td></tr></table>'
|
||||
|
||||
Reference in New Issue
Block a user