website_jukni/forum/Themes/default/languages/Settings.english.php

9 lines
245 B
PHP
Raw Normal View History

<?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';
?>