<?php /* Smarty version 2.6.2, created on 2012-10-23 01:42:38
         compiled from logo_box.tpl */ ?>
<?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'encurl', 'logo_box.tpl', 3, false),)), $this); ?>
<h2>Our Logo</h2>
<div class="ourlogo">
<img src="<?php echo ((is_array($_tmp=($this->_tpl_vars['theme'])."images/logo.png")) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
" width=120 height=60 alt="Our Logo">
<p class="links"><a href="<?php echo ((is_array($_tmp="?a=codes")) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
#logo">Put this logo on your site!<br>Click here for the HTML code</a></p>
</div>