Replace relevant occurrences of 'Template' with 'Theme'
This is for files in the templates/ directory. References #103
This commit is contained in:
templates
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
// Template options
|
||||
// Theme options
|
||||
@define('TWOK11_HEADER_IMG','Use a banner image in the header? (1120 pixels wide; leave box empty to not use a banner)');
|
||||
@define('TWOK11_USE_CORENAV', 'Use global navigation?');
|
||||
@define('TWOK11_WEBFONTS', 'Use a webfont, hosted by Google?');
|
||||
@define('TWOK11_NOWEBFONT', 'Include no webfont');
|
||||
@define('TWOK11_USERSTYLES', 'Include user.css? (You need to create that file in your template directory. Generator: http://yellowled.github.com)');
|
||||
@define('TWOK11_USERSTYLES', 'Include user.css? (You need to create that file in your theme directory. Generator: http://yellowled.github.com)');
|
||||
@define('TWOK11_IMGSTYLE', 'Design of images in entries');
|
||||
@define('TWOK11_IMGSTYLE_NONE', 'No border');
|
||||
@define('TWOK11_IMGSTYLE_BORDER', 'Simple border');
|
||||
|
Reference in New Issue
Block a user