defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
require($mosConfig_absolute_path."/templates/" . $mainframe->getTemplate() . "/rt_styleswitcher.php");
$header_style = "dark"; // light | dark
$toolbar_style = "blue"; // orange | blue | red | green
$footer_style = "dark"; // dark | orange | blue | red | green
$menu_name = "mainmenu"; // mainmenu by default, can be any Joomla menu name
$menu_sidenav = "left"; // left | right
$header_style = "dark"; // light | dark
$toolbar_style = "blue"; // orange | blue | red | green
$footer_style = "dark"; // dark | orange | blue | red | green
$menu_name = "mainmenu"; // mainmenu by default, can be any Joomla menu name
$menu_sidenav = "left"; // left | right
$default_width = "fluid"; // wide | thin | fluid
$default_font = "default"; // smaller | default | larger
<div id="buttons">
<a href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/rt_styleswitcher.php?widthstyle=w-fluid" title="Fluid width" class="fluid"><span class="button"> </span></a>
<a href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/rt_styleswitcher.php?widthstyle=w-wide" title="Wide width" class="wide"><span class="button"> </span></a>
<a href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/rt_styleswitcher.php?widthstyle=w-thin" title="Narrow width" class="thin"><span class="button"> </span></a>
<a href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/rt_styleswitcher.php?fontstyle=f-larger" title="Increase size" class="lrg"><span class="button"> </span></a>
<a href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/rt_styleswitcher.php?fontstyle=f-default" title="Default size" class="med"><span class="button"> </span></a>
<a href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/rt_styleswitcher.php?fontstyle=f-smaller" title="Decrease size" class="sml"><span class="button"> </span></a>
</div>
<div id="buttons">
<a href="<?php echo $thisurl; ?>widthstyle=w-fluid" title="Fluid width" class="fluid"><span class="button"> </span></a>
<a href="<?php echo $thisurl; ?>widthstyle=w-wide" title="Wide width" class="wide"><span class="button"> </span></a>
<a href="<?php echo $thisurl; ?>widthstyle=w-thin" title="Narrow width" class="thin"><span class="button"> </span></a>
<a href="<?php echo $thisurl; ?>fontstyle=f-larger" title="Increase size" class="lrg"><span class="button"> </span></a>
<a href="<?php echo $thisurl; ?>fontstyle=f-default" title="Default size" class="med"><span class="button"> </span></a>
<a href="<?php echo $thisurl; ?>fontstyle=f-smaller" title="Decrease size" class="sml"><span class="button"> </span></a>
</div>
Time to create page: 0.069 seconds