?> /css/template_ie.css" rel="stylesheet" type="text/css" /> <![endif]--> <link rel="shortcut icon" href="<?php echo $mosConfig_live_site; ?> /favicon.ico" /> <!-- ================= --> <!-- Andromeda Changes --> <!-- ================= --> <?php cssInclude('templates/' . $mainframe->getTemplate() . '/css/x2-' . $colorstyle . '.css'); cssInclude('templates/' . $mainframe->getTemplate() . '/css/x2-' . $contraststyle . '.css'); include "androHTMLHead.php"; cssInclude('templates/' . $mainframe->getTemplate() . '/css/x4.css'); cssInclude('templates/' . $mainframe->getTemplate() . '/css/x4-' . $colorstyle . '.css'); /* ?> <link href="<?php echo $mosConfig_live_site.'/templates/'.$mainframe->getTemplate().'/css/x2-'.$colorstyle.'.css'?>" rel="stylesheet" type="text/css" /> <link href="<?php echo $mosConfig_live_site.'/templates/'.$mainframe->getTemplate().'/css/x2-'.$contraststyle.'.css'?>" rel="stylesheet" type="text/css" /> <?php */ ?> <!-- ======================= --> <!-- Andromeda Changes (END) --> <!-- ======================= --> <!-- Andromeda Changes (END) --> </head> <body class="<?php echo $colorstyle;
if (gpExists('p2s')) { $size = gp('p2s'); setCookie($app . "_size", hx($size), strtotime("+5 years", time())); } else { $size = a($_REQUEST, $app . "_size", '1024'); } ?> <!DOCTYPE html> <html lang="en"> <head> <?php cssInclude("clib/bootstrap-wysiwyg/bootstrap-wysihtml5.css"); cssInclude("templates/{$template}/bootstrap/css/bootstrap.min.css"); cssInclude("templates/{$template}/bootstrap/css/bootstrap-responsive.min.css"); cssInclude("templates/{$template}/bootstrap/datepicker/css/datepicker.css"); cssInclude("clib/bootstrap-wysiwyg/wysiwyg-color.css"); include 'androHTMLHead.php'; ?> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <div class="container-fluid"> <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="brand" href="index.php"><?php echo $GLOBALS['AG']['app_desc']; ?> </a>
$color = a($_REQUEST, $app . "_color", 'blue'); } if (gpExists('p2s')) { $size = gp('p2s'); setCookie($app . "_size", hx($size), strtotime("+5 years", time())); } else { $size = a($_REQUEST, $app . "_size", '1024'); } ?> <!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"> <head> <?php cssInclude("templates/{$template}/css/pixel2.css"); cssInclude("templates/{$template}/css/pixel2-{$size}.css"); cssInclude("templates/{$template}/css/pixel2-{$color}.css"); include 'androHTMLHead.php'; ?> </head> <body> <center> <div class="template" style="text-align: left"> <?php if (mosCountModules('header')) { ?> <div class="templateheader"><?php echo mosLoadModules('header'); ?> <div class="templateheader-top"> <img src="templates/<?php echo $template;