Skip to content

Commit 8365311

Browse files
authored
Merge pull request #1447 from mambax7/feature/update_templates
template updates
2 parents dc05c40 + 8e63d26 commit 8365311

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

htdocs/modules/system/templates/admin/system_avatars.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="xo-buttons" >
1212
<button id="xo-addavatar-btn" class="ui-corner-all tooltip" onclick='location="admin.php?fct=avatars&amp;op=multiupload"'
1313
title="<{$smarty.const._AM_SYSTEM_AVATAR_MULTIUPLOAD}>">
14-
<img src="<{xoAdminIcons "add.png"}>" alt="<{$smarty.const._AM_SYSTEM_AVATAR_MULTIUPLOAD}>"/>
14+
<img src="<{xoAdminIcons 'add.png'}>" alt="<{$smarty.const._AM_SYSTEM_AVATAR_MULTIUPLOAD}>"/>
1515
<{$smarty.const._AM_SYSTEM_AVATAR_MULTIUPLOAD}>
1616
</button>
1717
</div>
@@ -31,7 +31,7 @@
3131
<tr class="odd">
3232
<td class="txtcenter">
3333
<a class="tooltip" href="admin.php?fct=avatars&amp;op=listavt&amp;type=s" title="<{$smarty.const._AM_SYSTEM_AVATAR_SYSTEM}>">
34-
<img src="<{xoAdminIcons "avatar_system.png"}>" alt="<{$smarty.const._AM_SYSTEM_AVATAR_SYSTEM}>"/>
34+
<img src="<{xoAdminIcons 'avatar_system.png'}>" alt="<{$smarty.const._AM_SYSTEM_AVATAR_SYSTEM}>"/>
3535
</a>
3636

3737
<div class="spacer"><{$smarty.const._AM_SYSTEM_AVATAR_SYSTEM}>&nbsp;:&nbsp;<strong><{$count_system}></strong></div>

htdocs/modules/system/themes/dark/xotpl/xo_page.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<{if !empty($showTransitionInfo)}>
55
<div id="trans-info">
6-
<{include file="$theme_tpl/info/`$xoops_language`.tpl"}>
6+
<{include file="$theme_tpl/info/{$xoops_language}.tpl"}>
77
</div>
88
<{/if}>
99

0 commit comments

Comments
 (0)