simple-machines-forum/Themes/default/languages/Settings.english.php

10 lines
269 B
PHP
Raw Permalink Normal View History

2024-07-22 14:45:07 +00:00
<?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';
?>