fembooru/themes/danbooru2/admin.theme.php

12 lines
218 B
PHP
Raw Normal View History

2020-01-26 13:19:35 +00:00
<?php declare(strict_types=1);
2013-06-19 20:09:22 +01:00
class CustomAdminPageTheme extends AdminPageTheme
{
public function display_page()
{
global $page;
$page->disable_left();
parent::display_page();
}
2013-06-19 20:09:22 +01:00
}