css fixes and remove expert mode for block page content type

This commit is contained in:
Mario Vavti
2015-04-14 12:52:31 +02:00
parent 2001ad94bd
commit 953819e7da
4 changed files with 5 additions and 13 deletions

View File

@@ -75,9 +75,6 @@ function webpages_content(&$a) {
if(! $mimetype) {
$mimetype = 'choose';
}
else {
$mimetype = 'text/bbcode';
}
$layout = (($_REQUEST['layout']) ? $_REQUEST['layout'] : get_pconfig($owner,'system','page_layout'));
if(! $layout)