11 lines
270 B
PHP
11 lines
270 B
PHP
|
<?php
|
||
|
// Version: 2.1.0; Settings
|
||
|
|
||
|
global $settings;
|
||
|
|
||
|
// argument(s): images_url as saved in settings
|
||
|
$txt['theme_thumbnail_href'] = '%1$s/thumbnail.png';
|
||
|
$txt['theme_description'] = 'The default theme from Simple Machines.<br><br>Author: The Simple Machines Team';
|
||
|
|
||
|
?>
|