1
0

Replace relevant occurrences of 'Template' with 'Theme'

This is for files in the templates/ directory.

References 
This commit is contained in:
Matthias Mees
2014-03-11 20:25:20 +01:00
parent 8ddf285340
commit 67d75d9eba
9 changed files with 238 additions and 238 deletions

@ -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');