9 lines
No EOL
245 B
PHP
9 lines
No EOL
245 B
PHP
<?php
|
|
// Version: 2.0; Settings
|
|
|
|
global $settings;
|
|
|
|
$txt['theme_thumbnail_href'] = $settings['images_url'] . '/thumbnail.gif';
|
|
$txt['theme_description'] = 'The default theme from Simple Machines.<br /><br />Author: The Simple Machines Team';
|
|
|
|
?>
|