|
@@ -489,7 +489,7 @@ function template_editicon()
|
|
|
</dd>';
|
|
|
echo '
|
|
|
<dt>
|
|
|
- <strong><label for="icon_filename">', $txt['smileys_filename'], '</label>: </strong><br /><span class="smalltext">', $txt['icons_filename_all_gif'], '</span>
|
|
|
+ <strong><label for="icon_filename">', $txt['smileys_filename'], '</label>: </strong><br /><span class="smalltext">', $txt['icons_filename_all_png'], '</span>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<input type="text" name="icon_filename" id="icon_filename" value="', !empty($context['icon']['filename']) ? $context['icon']['filename'] . '.gif' : '', '" class="input_text" />
|