amin7x Posted February 8, 2015 Share Posted February 8, 2015 hi after i change css of homeslider module i get error when i open my prestashop: Fatal error: Uncaught exception 'SmartyException' with message 'Not matching {capture} open/close in "C:\wamp\www\***/themes/***/modules/homeslider/homeslider.tpl"' in C:\wamp\www\***\tools\smarty\sysplugins\smarty_internal_template.php on line 587 SmartyException: Not matching {capture} open/close in "C:\wamp\www\***/themes/***/modules/homeslider/homeslider.tpl" in C:\wamp\www\***\tools\smarty\sysplugins\smarty_internal_template.php on line 587 thanks for helping me. Link to comment Share on other sites More sharing options...
razaro Posted February 8, 2015 Share Posted February 8, 2015 Check this https://github.com/PrestaShop/homeslider/blob/master/views/templates/hook/homeslider.tpl and compare with you homeslider.tpl, in your_theme/modules/homeslider/ folder. {if isset($homeslider_slides.0) && isset($homeslider_slides.0.sizes.1)}{capture name='height'}{$homeslider_slides.0.sizes.1}{/capture}{/if} 1 Link to comment Share on other sites More sharing options...
Recommended Posts