fembooru/themes/danbooru2/admin.theme.php

14 lines
219 B
PHP
Raw Normal View History

2021-12-14 18:32:47 +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
}