1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 10:53:29 +02:00

Removed some LAN constant usage from core templates.

This commit is contained in:
Cameron
2021-02-23 12:58:51 -08:00
parent 76af210666
commit f30caaf18b
18 changed files with 178 additions and 233 deletions

View File

@@ -68,7 +68,7 @@ $NEWS_TEMPLATE['list']['item'] = '
{NEWS_SUMMARY}
</p>
<p>
<a href="{NEWSURL}" class="btn btn-small btn-primary">'.LAN_READ_MORE.'</a>
<a href="{NEWSURL}" class="btn btn-small btn-primary">{LAN=READ_MORE}</a>
</p>
</div>
</div>