Fixed an error 404, removed useless duplicate description

This commit is contained in:
BNoiZe
2013-11-11 22:08:34 +01:00
parent 7af2ddca86
commit af86e0945f

View File

@@ -2,7 +2,7 @@ $header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/phpsettings_edit_big.png" alt="{$title}" />&nbsp;
<img src="templates/{$theme}/assets/img/icons/phpsettings_edit_big.png" alt="{$title}" />&nbsp;
{$title}
</h2>
</header>
@@ -48,11 +48,6 @@ $header
</tr>
</thead>
<tbody>
<tr>
<td colspan="2">
<strong>{$lng['admin']['phpconfig']['template_replace_vars']}</strong>
</td>
</tr>
<tr>
<td><em>{PEAR_DIR}</em></td>
<td>{$lng['admin']['phpconfig']['pear_dir']}</td>