if(some condition){ $var = 'hellow world';}else{ $var = 'Good Bye';}
eval('$var = "'. fetch_template('sometemplate') .'";');