1 fede Jun 11, 2013 00:56
3 yurabakhtin Jun 11, 2013 08:21
To quick fix you can add the following code after line 125 of the file "/skins/_item_content.inc.php":
case 'single':
$content_mode = 'full';
break;
It will be fixed in the next release.
4 fede Jun 11, 2013 19:35
I added case 'page': after case 'single':, because pages have the same problem, now it works all right.
5 yurabakhtin Jun 12, 2013 06:51
6 fplanque Jun 21, 2013 22:49
fixed in 5.0.4
We'll fix that promptly. Thank you for reporting.