19 lines
474 B
PHP
19 lines
474 B
PHP
<?php /* Smarty version 2.6.20, created on 2014-07-13 18:48:35
|
|
compiled from /home/www/kaktusy/themes/prestashop/footer.tpl */ ?>
|
|
<?php if (! $this->_tpl_vars['content_only']): ?>
|
|
</div>
|
|
|
|
<!-- Right -->
|
|
<div id="right_column" class="column">
|
|
<?php echo $this->_tpl_vars['HOOK_RIGHT_COLUMN']; ?>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Footer -->
|
|
<div id="footer"><?php echo $this->_tpl_vars['HOOK_FOOTER']; ?>
|
|
</div>
|
|
</div>
|
|
<?php endif; ?>
|
|
</body>
|
|
</html>
|