It has nothing to do with the FB template. If you want a Fireboard with no traces of a Joomla template whatsoever you will need to create a
BLANK Joomla template and assign it to Fireboard.
This is an
example of a blank index.php for a Joomla template
(Replace all "[" & "]" with "greater than" & "less than ("aargh! damn code stripper!)).
[?php defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?]
[!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"]
[html xmlns="http://www.w3.org/1999/xhtml" lang="[?php echo _LANGUAGE; ?]" xml:lang="[?php echo _LANGUAGE; ?]"
[head]
[meta http-equiv="Content-Type" content="text/html; [?php echo _ISO; ?]" /]
[?php
if ($my-]id) { initEditor(); } ?]
[?php mosShowHead(); ?]
[script type="text/javascript"] [/script]
[/head]
[body]
[!-- 1 --][?php echo $mosConfig_sitename;?]
[!-- 2 --][?php mospathway()?]
[!-- 3 --][?php mosLoadModules('top');?]
[!-- 4 --][?php mosLoadModules('left');?]
[!-- 5 --][?php mosMainBody();?]
[!-- 6 --][?php mosLoadModules('right');?]
[!-- 7 --][?php include_once( $mosConfig_absolute_path .'/includes/footer.php' );?]
[/body]
[/html]
The only thing you probably really need in the body would be
[?php mosMainBody();?]
After doing that you may have to apply a fix to keep it from reverting to the default template.
www.bestofjoomla.com/component/option,co...ew/id,16157/catid,8/
I haven't tried this so you may have to do a little more work. It may not work at all.