mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Remove unnecessary class="x" in mobile page edit screen #1416
This commit is contained in:
parent
36a86adb37
commit
9cd715008b
1 changed files with 2 additions and 0 deletions
|
|
@ -99,10 +99,12 @@ class HTMLDisplayHandler
|
||||||
// add .x div for adminitration pages
|
// add .x div for adminitration pages
|
||||||
if(Context::getResponseMethod() == 'HTML')
|
if(Context::getResponseMethod() == 'HTML')
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
if(Context::get('module') != 'admin' && strpos(Context::get('act'), 'Admin') > 0 && Context::get('act') != 'dispPageAdminContentModify' && Context::get('act') != 'dispPageAdminMobileContentModify')
|
if(Context::get('module') != 'admin' && strpos(Context::get('act'), 'Admin') > 0 && Context::get('act') != 'dispPageAdminContentModify' && Context::get('act') != 'dispPageAdminMobileContentModify')
|
||||||
{
|
{
|
||||||
$output = '<div class="x">' . $output . '</div>';
|
$output = '<div class="x">' . $output . '</div>';
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
if(Context::get('layout') != 'none')
|
if(Context::get('layout') != 'none')
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue