10 lines
No EOL
363 B
PHP
10 lines
No EOL
363 B
PHP
<?php
|
|
// Version: 2.0; Settings
|
|
|
|
global $settings;
|
|
|
|
// Important! Before editing these language files please read the text at the top of index.english.php.
|
|
$txt['theme_thumbnail_href'] = $settings['images_url'] . '/thumbnail.gif';
|
|
$txt['theme_description'] = 'Le thème par défaut de Simple Machines.<br /><br />Auteur : l\'Équipe Simple Machines';
|
|
|
|
?>
|