Add external CSS setting for large stylesheets

This commit is contained in:
Daniel Winzen
2016-08-25 22:16:13 +02:00
parent 9606d20a27
commit 064d5f6e4a
4 changed files with 13 additions and 3 deletions

View File

@ -349,5 +349,6 @@ $T=array(
'eninadmin' => 'Nur für Administratoren',
'nickregex' => 'Nickname-Regex',
'passregex' => 'Passwort-Regex',
'externalcss' => 'Link zu externer CSS Datei',
);
?>