DFP (Doubleclick for Publishers)

Procyon

Joined: 2008-11-30
Posts: 42
Posted: Fri, 2012-08-03 18:16

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

 
Procyon

Joined: 2008-11-30
Posts: 42
Posted: Tue, 2012-08-07 18:54
 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Tue, 2012-08-07 20:05

don't forget that smarty will try to process anything within curly brackets, so try wrapping your code in literal

{literal}

your code

{/literal}

-s
All New jQuery Minislideshow for G2/G3

 
Procyon

Joined: 2008-11-30
Posts: 42
Posted: Tue, 2012-08-07 20:53

That did it! Awesome thank you.