Has anybody been successful implementing DFP by Google in gallery? I'm getting this error:
Fatal error: Smarty error: [in includes/header.php line 29]: syntax error: unrecognized tag: (Smarty_Compiler.class.php, line 446) in /home/xxxx/public_html/lib/smarty/Smarty.class.php on line 1092
Posts: 42
https://productforums.google.com/forum/#!category-topic/dfp/creatives/CHJv5kn6w_g
Posts: 8339
don't forget that smarty will try to process anything within curly brackets, so try wrapping your code in literal
-s
All New jQuery Minislideshow for G2/G3
Posts: 42
That did it! Awesome thank you.