Settings.english.php 271 B

123456789
  1. <?php
  2. // Version: 2.0; Settings
  3. global $settings;
  4. $txt['theme_thumbnail_href'] = $settings['images_url'] . '/thumbnail.gif';
  5. $txt['theme_description'] = 'The default theme of SMF\'s previous incarnation, codenamed Core.<br /><br />Author: The Simple Machines Team';
  6. ?>