Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <github@jus.li>2017-04-29 12:59:46 +0300
committerGitHub <noreply@github.com>2017-04-29 12:59:46 +0300
commit2e98f1bd790ae5126f48ec18d73fb1037a57ac3d (patch)
tree3d5cff2d0e7a5c020cd72ddf27bcd80043843c17
parent239b2bbd4e89be8ac5e1c49d7283b3c69be3f7e7 (diff)
parent69250eb18b5e910f0742374b2f3de6a7597d06f5 (diff)
Merge pull request #1 from MariusBluem/section-name
Section should be called Custom CSS instead of Theming
-rw-r--r--templates/settings-admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings-admin.php b/templates/settings-admin.php
index f451588..272c610 100644
--- a/templates/settings-admin.php
+++ b/templates/settings-admin.php
@@ -24,7 +24,7 @@ script('theming_customcss', 'settings-admin');
style('theming_customcss', 'settings-admin');
?>
<div id="theming-customcss" class="section">
- <h2 class="inlineblock"><?php p($l->t('Theming')); ?></h2>
+ <h2 class="inlineblock"><?php p($l->t('Custom CSS')); ?></h2>
<p class="settings-hint"><?php p($l->t('You can specify your own CSS here. Be aware that this might break something after upgrade.')); ?></p>
<div id="theming-customcss_settings_msg" class="msg success inlineblock" style="display: none;">Saved</div>
<div>