session->flashdata('danger'); ?>
session->flashdata('success'); ?>
= __("In this menu you can add and edit themes to Wavelog. The process of adding a theme is not really straightforward and should only be done by an admin who is aware of their actions."); ?>
= __("Also, it has to be said that this feature is still under development."); ?>
= sprintf(__("Create a new folder in 'assets/css/' and upload a 'bootstrap.min.css' file which contains basic styling rules. We use the themes from %s"), 'https://bootswatch.com/'); ?>
= __("Create a file in this folder called 'overrides.css'. Place your custom CSS code in there."); ?>
= __("For each new theme, you need two logo files. One for the login screen and one for the header."); ?>
= __("Only PNG files are allowed, and they should have a pixel ratio of 1:1 (e.g., 1000px height and 1000px width)."); ?>
= __("Place the two logo files in the folder 'assets/logo/'"); ?>
= sprintf(__("Click here on 'Add a Theme' and type in the necessary data. Type in the filenames for the logos %swithout%s the file extension '.png'"), '', ''); ?>
| = __("Name"); ?> | = __("Foldername"); ?> | = __("Theme Mode"); ?> | = __("Header Logo"); ?> | = __("Main Logo"); ?> | ||
|---|---|---|---|---|---|---|
| name; ?> | foldername; ?> | theme_mode != "") { echo $theme->theme_mode; } else { echo "Theme-Mode undefined! " . __("Please edit") . ""; } ?> | header_logo; ?> | main_logo; ?> | = __("Edit"); ?> | = __("Delete"); ?> |