<?php

/* Smarty version 2.6.11, created on 2013-01-18 01:20:47
   compiled from ./atk/themes/stillblue/templates/top.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('function', 'atkconfig', './atk/themes/stillblue/templates/top.tpl', 1, false), array('function', 'atkthemeimg', './atk/themes/stillblue/templates/top.tpl', 4, false), array('function', 'atktext', './atk/themes/stillblue/templates/top.tpl', 14, false))), $this);
echo smarty_function_atkconfig(array('var' => 'theme_logo', 'smartyvar' => 'theme_logo'), $this);
?>

<div id="banner">

  <div id="bannerLogo"><a href="index.php"><img border="0" src="<?php 
if (empty($this->_tpl_vars['theme_logo'])) {
    echo smarty_function_atkthemeimg(array('0' => "logo.jpg"), $this);
} else {
    echo $this->_tpl_vars['theme_logo'];
}
?>
" alt="Logo" /></a></div>


  <div id="bannerCustomImage"></div>
  <div id="topLinks">
  
    <table id="topLinkTable" cellpadding="0" cellspacing="0">
      <tr>
        <td><span id="top-center"><?php 
$_from = $this->_tpl_vars['centerpiece_links'];
if (!is_array($_from) && !is_object($_from)) {
    settype($_from, 'array');
}
echo smarty_function_atkthemeimg(array('0' => "tabRight.gif"), $this);
?>
" alt="tabend"><div style="visibility: hidden" id="atkbusy"><img src="<?php 
echo smarty_function_atkthemeimg(array('0' => "spinner.gif"), $this);
?>
" alt="Busy"/></div></div></div></td>
  </tr>
  <tr>
    <td class="panelHeader"><img src="<?php 
echo smarty_function_atkthemeimg(array('0' => "contentheaderright.jpg"), $this);
?>
" alt="" align="right"></td>
  </tr>
  <tr>
    <td class="panelContent">
      <div class="panelContent2">
      <?php 
echo $this->_tpl_vars['content'];
?>

      </div>
    </td>
  </tr>
  <tr>
    <td class="panelFooter"><img src="<?php 
echo smarty_function_atkthemeimg(array('0' => "contentfooterright.jpg"), $this);
?>
" alt="" align="right"></td>
  </tr>
</table>
<br class="clearfloat" />