There is an error I have met when I click the “configure café” link on the
café site page. After clicked the “configure café” link, the page will be
shown without any CSS file loaded.
I have investigated this problem and it is may caused by the code in
/tpl/layout_setup.html line187
The variable $val returns a Object Class not a String, so we may need to change
{$val} to {$val->val}
Original issue reported on code.google.com by xe.maste...@gmail.com on 16 Sep 2011 at 9:25
Original issue reported on code.google.com by
xe.maste...@gmail.com
on 16 Sep 2011 at 9:25