Bug #15406 ยป alt_mod_frameset.php.patch
alt_mod_frameset.php 2006-01-21 17:29:01.000000000 +0100 | ||
---|---|---|
<frameset cols="'.$width.',8,*" framespacing="0" frameborder="0" border="0"'.$onLoadHandler.'>
|
||
<frame name="nav_frame" src="'.$URL_nav.'" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" noresize="noresize" />
|
||
<frame name="border_frame" src="border.html" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" noresize="noresize" />
|
||
<frame name="border_frame" src="'.((isset($TBE_STYLES['dims']['borderHTML'])) ? $TBE_STYLES['dims']['borderHTML'] : 'bordertest.html').'" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" noresize="noresize" />
|
||
<frame name="list_frame" src="'.$URL_list.'" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" noresize="noresize" />
|
||
</frameset>
|
||