sasivity Posted May 8, 2012 Share Posted May 8, 2012 (edited) Hi, I try to add the breadcrumbs in my individual tpl files. by: {capture name=path}{l s='Offerte'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"} Also changed the css .breadcrumb to absolute positioning... But it shows nothing!! please help thx Edited May 8, 2012 by sasivity (see edit history) Link to comment Share on other sites More sharing options...
tomerg3 Posted May 8, 2012 Share Posted May 8, 2012 Did you clear the smarty cache? 1 Link to comment Share on other sites More sharing options...
sasivity Posted May 9, 2012 Author Share Posted May 9, 2012 Yes I did!! Link to comment Share on other sites More sharing options...
tomerg3 Posted May 9, 2012 Share Posted May 9, 2012 If you view the source of the page, do you see anything new from breadcrumb.tpl? Try adding some text below it, clear the cache and see if that shows (that should let us know if the cache is properly cleared). Link to comment Share on other sites More sharing options...
sasivity Posted May 9, 2012 Author Share Posted May 9, 2012 Thank you for your reply! When I add the code at the top, the content of the page disappears! When I just add 'test' for example (and clear the cache) it shows test on top of the content. In the source the breadcrumb isn't showing . Do you have any idea?? Link to comment Share on other sites More sharing options...
tomerg3 Posted May 9, 2012 Share Posted May 9, 2012 Sounds like you have a syntax error, turn on error reporting (/config/config.inc.php line #29) and try adding the breadcrumb code again. Link to comment Share on other sites More sharing options...
sasivity Posted May 9, 2012 Author Share Posted May 9, 2012 Thank you for your advice! We turned on the error reporting and what came out: was that the breadcrumb.tpl had an error and was easy to fix. Thanks again!! 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now