Hi nick,
You gave me this code to change: $output = '<div class="tab $title"></div>'."\n";
The change of code resulted in this front-end code: <div class="tab $title"></div>
I know there markup in the php is not correct, but im not a php expert, can you see what is wrong in your code and hopefully give me a valid code?
it should be something like: $output = '<div class="tab' $title' "></div>'."\n";
But i cannot seems to (guess) the right markup.














