migrated the themes to use the nice Settings-class
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
@@ -85,7 +85,7 @@ $header
|
||||
<td><em>{EMAIL}</em></td>
|
||||
<td>{$lng['admin']['templates']['EMAIL']}</td>
|
||||
</tr>
|
||||
<if $settings['panel']['sendalternativemail'] == 1>
|
||||
<if Settings::Get('panel.sendalternativemail') == 1>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<strong>{$lng['admin']['templates']['pop_success_alternative']}</strong>
|
||||
|
||||
@@ -86,7 +86,7 @@ $header
|
||||
<td><em>{EMAIL}</em></td>
|
||||
<td>{$lng['admin']['templates']['EMAIL']}</td>
|
||||
</tr>
|
||||
<if $settings['panel']['sendalternativemail'] == 1>
|
||||
<if Settings::Get('panel.sendalternativemail') == 1>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<strong>{$lng['admin']['templates']['pop_success_alternative']}</strong>
|
||||
|
||||
Reference in New Issue
Block a user