. */ namespace Fisharebest\Webtrees\Theme; use Fisharebest\Webtrees\Auth; use Fisharebest\Webtrees\I18N; use Fisharebest\Webtrees\Menu; use Fisharebest\Webtrees\Tree; /** * The theme for the control panel. */ class AdministrationTheme extends AbstractTheme implements ThemeInterface { /** * A list of CSS files to include for this page. * * @return string[] */ protected function stylesheets() { $stylesheets = parent::stylesheets(); $stylesheets[] = WT_DATATABLES_BOOTSTRAP_CSS_URL; $stylesheets[] = WT_BOOTSTRAP_DATETIMEPICKER_CSS_URL; $stylesheets[] = $this->assetUrl() . 'style.css'; return $stylesheets; } /** * Where are our CSS, JS and other assets? * * @return string A relative path, such as "themes/foo/" */ public function assetUrl() { return 'themes/_administration/css-1.7.5/'; } /** * HTML link to a "favorites icon". * * @return string */ protected function favicon() { return ''; } /** * Create the contents of the