示例#1
0
" title="<?php 
echo Translate('Keer terug naar de shop en vervolledig uw bestelling.');
?>
"><?php 
echo Translate('Ik ben iets vergeten!');
?>
</a>
                                <?php 
tep_get_module('checkout_right');
?>
                        </div>
                </div>
                <div class="row">
                        <div class="span12">
                                <?php 
tep_get_module('checkout_bottom');
?>
                        </div>
                </div>
        </div>
        <script type="text/javascript" src="<?php 
echo $Modules->generateJSFile();
?>
"></script>
</body>
</html>
<?php 
//Close PDO connection
$pdo = null;
if (extension_loaded('apc') && ini_get('apc.enabled')) {
    apc_clear_cache();
示例#2
0
?>
" /></a>
                <?php 
tep_get_module('header', true);
?>
                <?php 
tep_get_module('top', true);
?>
            </div>
        </div>
    </div>
</div>
<div id="footer">
    <div class="container">
        <?php 
tep_get_module('footer', true);
?>
    </div>
</div>
<script type="text/javascript" >
    $(document).ready(function() {
        $('#header .box.categories ul li').hover(
            function() {
                $(this).find('ul.level_1').show();
            }, function() {
                $(this).find('ul.level_1').hide();
            }
        );
		$('div[class^=newsreadon]').hide();
		$('a[class^=readon]').click(function() {
			var $this = $(this);