Nuke variables in G2 theme's tpls??

skl

Joined: 2005-08-17
Posts: 7
Posted: Thu, 2005-08-18 11:36

How can i print out $nukevariable in a G2 theme's tpl file?

{echo $anyvariables} not work!

I'm asking because i would like to define G2's languages in nuke lang files to by-pass all the language probs... (like charset or "can't change lang" probs)

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Thu, 2005-08-18 14:07

{php}echo $var;{/php}

 
skl

Joined: 2005-08-17
Posts: 7
Posted: Thu, 2005-08-18 14:29

great!

Thanx mindless