Mercurial > hg > vamp-website
comparison forum/Themes/default/languages/Settings.english.php @ 76:e3e11437ecea website
Add forum code
author | Chris Cannam |
---|---|
date | Sun, 07 Jul 2013 11:25:48 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
75:72f59aa7e503 | 76:e3e11437ecea |
---|---|
1 <?php | |
2 // Version: 2.0; Settings | |
3 | |
4 global $settings; | |
5 | |
6 $txt['theme_thumbnail_href'] = $settings['images_url'] . '/thumbnail.gif'; | |
7 $txt['theme_description'] = 'The default theme from Simple Machines.<br /><br />Author: The Simple Machines Team'; | |
8 | |
9 ?> |