Example #1
0
  <?php 
print $head;
?>
  <?php 
print $styles;
?>
<style type="text/css">@import "<?php 
print base_path() . path_to_theme();
?>
/css/general_style.css";</style>
<?php 
/* includes the sub-banner code */
include 'mods/subbanners.php';
?>
<style type="text/css"><?php 
print _import_override_css_files();
?>
</style>
<script type="text/javascript" src="/misc/swfobject.js"></script>

<style type="text/css">
<?php 
$bucket = _get_bucket();
if ($bucket == "home") {
    include "home.tpl.php";
    $mybanner = _RandomImage();
    echo "{$mybanner} \n";
} else {
    if ($bucket == "avc") {
        $bheight = "126";
    } else {
Example #2
0
<!--[if IE]><link rel="stylesheet" type="text/css" href="<?php 
print base_path() . path_to_theme();
?>
/css/ie.css" /><![endif]-->
  <?php 
print $head;
?>
  <?php 
print $styles;
?>
<!--[if IE 6]><link rel="stylesheet" type="text/css" href="<?php 
print base_path() . path_to_theme();
?>
/css/ie6fix.css" /><![endif]-->
  <?php 
print _import_override_css_files(array("/css/sunshine.css"));
?>
  <?php 
print $scripts;
?>
  <?php 
include 'site-includes/page-setup-scripts.php';
?>
</head>
<body class="<?php 
print $page_classes;
?>
">
<?php 
include 'site-includes/00.010-administration-panel.php';
if (!empty($admin)) {
Example #3
0
?>
</title>
  <link rel="apple-touch-icon shortcut icon" type="image/png" href="http://upei.ca/misc/upei-favicon.png" />
  
  <?php 
print $head;
?>
  <?php 
print $styles;
?>
<link rel="stylesheet" type="text/css" href="<?php 
print base_path() . path_to_theme();
?>
/css/general_style.css" />
<?php 
print _import_override_css_files(array(base_path() . drupal_get_path('theme', 'sunshine') . '/css/005-admin-navigation.css'));
?>
<script type="text/javascript" src="/misc/swfobject.js"></script>

<style type="text/css">
<?php 
$bucket = _get_bucket();
if ($bucket == "home") {
    include "home.tpl.php";
    $mybanner = _RandomImage();
    echo "{$mybanner} \n";
} else {
    if ($bucket == "avc") {
        $bheight = "126";
    } else {
        $bheight = "110";