Settings.english.php 245 B

123456789
  1. <?php
  2. // Version: 2.1; Settings
  3. global $settings;
  4. $txt['theme_thumbnail_href'] = $settings['images_url'] . '/thumbnail.png';
  5. $txt['theme_description'] = 'The default theme from Simple Machines.<br /><br />Author: The Simple Machines Team';
  6. ?>