Changeset 3791:584be24d3601
- Timestamp:
- 08/11/18 09:17:44 (7 years ago)
- Branch:
- default
- Children:
- 3792:25e256b3e712, 3793:f1be75fee160
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r3771 r3791 167 167 ' <title>' . $title . ' - ' . html::escapeHTML($core->blog->name) . ' - ' . html::escapeHTML(DC_VENDOR_NAME) . ' - ' . DC_VERSION . '</title>' . "\n"; 168 168 169 if ($core->auth->user_prefs->interface->darkmode) {169 if ($core->auth->user_prefs->interface->darkmode) { 170 170 echo self::cssLoad('style/default-dark.css'); 171 } else {171 } else { 172 172 echo self::cssLoad('style/default.css'); 173 }173 } 174 174 if (l10n::getTextDirection($GLOBALS['_lang']) == 'rtl') { 175 175 echo self::cssLoad('style/default-rtl.css'); … … 397 397 $figure = " 398 398 ♥‿♥ 399 | | | 400 )_) )_) )_) 401 )___))___))___)\ 402 )____)____)_____)\\ 403 _____|____|____|____\\\__ 404 ---------\ /--------- 405 ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ 406 ^^^^ ^^^^ ^^^ ^^ 407 ^^^^ ^^^ 399 408 "; 400 409 … … 435 444 ' <meta name="viewport" content="width=device-width, initial-scale=1.0" />' . "\n" . 436 445 ' <title>' . $title . ' - ' . html::escapeHTML($core->blog->name) . ' - ' . html::escapeHTML(DC_VENDOR_NAME) . ' - ' . DC_VERSION . '</title>' . "\n" . 437 438 446 ' <meta name="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" />' . "\n" . 439 447 ' <meta name="GOOGLEBOT" content="NOSNIPPET" />' . "\n";
Note: See TracChangeset
for help on using the changeset viewer.