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> <article>
<header> <header>
<h2> <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} {$title}
</h2> </h2>
</header> </header>
@@ -48,11 +48,6 @@ $header
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<td colspan="2">
<strong>{$lng['admin']['phpconfig']['template_replace_vars']}</strong>
</td>
</tr>
<tr> <tr>
<td><em>{PEAR_DIR}</em></td> <td><em>{PEAR_DIR}</em></td>
<td>{$lng['admin']['phpconfig']['pear_dir']}</td> <td>{$lng['admin']['phpconfig']['pear_dir']}</td>