2k15 is basically 2k11, but up to date. Changes include: - mobile-first CSS - toggle-style smallscreen nav instead of select menu - different choice of webfonts - updated JS assets - removed some JS cruft (plugins that are no longer necessary) - reduced visual style (no, it's NOT 'flat design'!) - simplified layout (number of columns depends on resolution) - reduced theme options Note: 2k15 is NOT compatible with the 2k11 user.css generator. Currently, there is no 2k15 user.css generator. I don't intend on building one at the moment. Also note that I do NOT suggest 2k15 should replace 2k11 as the default or standard theme in s9y.
15 lines
1.0 KiB
PHP
15 lines
1.0 KiB
PHP
<?php
|
|
// Theme options
|
|
@define('TWOK15_INSTR', '<b>Hinweis:</b> While 2k15 may <em>look</em> as if it were basically the same as 2k11, it is a completely different theme from a technical point of view. Because of that, it is <strong>not</strong> compatible with the user.css generator for 2k11.');
|
|
@define('TWOK15_HEADER_IMG','Use a banner image in the header? (1296 pixels wide; leave box empty to not use a banner)');
|
|
@define('TWOK15_USE_CORENAV', 'Use global navigation?');
|
|
@define('TWOK15_WEBFONTS', 'Use a webfont, hosted by Google?');
|
|
@define('TWOK15_NOWEBFONT', 'Include no webfont');
|
|
@define('TWOK15_USERSTYLES', 'Include user.css? (You need to create that file in your theme directory!)');
|
|
@define('TWOK15_REFCOMMENTS', 'Add link to related comment to comments (if they are replies to another comment)?');
|
|
// Lang constants
|
|
@define('TWOK15_PLINK_TEXT', 'Link');
|
|
@define('TWOK15_PLINK_TITLE', 'Permanent link for this comment');
|
|
@define('TWOK15_PLACE_SEARCH', 'Search term(s)');
|
|
@define('TWOK15_SEND_MAIL', 'Send');
|
|
@define('TWOK15_REPLYORIGIN', 'Origin'); |