Use template instead of inline HTML for ban messages.

This commit is contained in:
Savetheinternet 2011-11-23 16:12:19 +11:00
parent 7ecebe4616
commit 51cdaaccd1
5 changed files with 99 additions and 73 deletions

View file

@ -447,6 +447,9 @@
// http://www.php.net/manual/en/function.strftime.php
$config['post_date'] = '%m/%d/%y (%a) %H:%M:%S';
// Same as above, but used for "you are banned' pages.
$config['ban_date'] = '%A, %e %B, %Y';
// The names on the post buttons. (On most imageboards, these are both "Post")
$config['button_newtopic'] = 'New Topic';
$config['button_reply'] = 'New Reply';