mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Added emailer class, did alterations and templates for registration
Welcome message vars can be removed from lang file git-svn-id: file:///svn/phpbb/trunk@844 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Enable GZip Compression:</td>
|
||||
<td class="row2"><input type="radio" name="gzip" value="1" {GZIP_YES}> Yes <input type="radio" name="gzip" value="1" {GZIP_NO}> No</td>
|
||||
<td class="row2"><input type="radio" name="gzip" value="1" {GZIP_YES}> Yes <input type="radio" name="gzip" value="0" {GZIP_NO}> No</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle">User/Forum Ability Settings</span></td>
|
||||
@@ -142,5 +142,5 @@
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
<br clear="all">
|
||||
|
Reference in New Issue
Block a user