<!-- BEGIN: ADMIN_CONFIG_LANG -->
<div class="content-box">
<div class="content-box-header">
<h3>{PHP.L.Default} {PHP.L.core_lang}</h3>
</div>
<div class="content-box-content">
<table class="cells striped">
<thead>
<tr>
<th class="coltop">{PHP.L.core_lang}</th>
<th class="coltop">{PHP.L.Code}</th>
<th class="coltop">{PHP.L.Description}</th>
<th class="coltop">{PHP.L.Default}</th>
</tr>
</thead>
<!-- BEGIN: LANG_LIST -->
<tr>
<td style="width:20%;"><strong>{LANG_LIST_NAME}</strong></td>
<td style="width:10%;">{LANG_LIST_CODE}</td>
<td>{LANG_LIST_DESC}</td>
<td style="text-align:center; vertical-align:middle; width:10%;">{LANG_LIST_DEFAULT}</td>
</tr>
<!-- END: LANG_LIST -->
</table>
</div>
</div>
<!-- END: ADMIN_CONFIG_LANG -->