home updates

This commit is contained in:
zefie
2024-10-16 10:13:35 -04:00
parent e068195f45
commit 00fb08cc49
2 changed files with 18 additions and 6 deletions

View File

@@ -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>'