<!-- BEGIN: ADMIN_CONFIG_SKIN -->
<div class="content-box">
<div class="content-box-header">
<h3>{PHP.L.Default} {PHP.L.core_skin}</h3>
</div>
<div class="content-box-content">
<table class="cells striped">
<thead>
<tr>
<th class="coltop">{PHP.L.core_skin}</th>
<th class="coltop" width="200">{PHP.L.Preview}</th>
<th class="coltop"> </th>
<th class="coltop">{PHP.L.Default}</th>
<th class="coltop">{PHP.L.Set}</th>
</tr>
</thead>
<!-- BEGIN: SKIN_LIST -->
<tr>
<td style="width:20%;"><strong>{SKIN_LIST_NAME}</strong></td>
<td>{SKIN_LIST_PREVIEW}</td>
<td style="width:30%;">{SKIN_LIST_DESC}</td>
<td style="text-align:center; vertical-align:middle; width:10%;">{SKIN_LIST_DEFAULT}</td>
<td style="text-align:center; vertical-align:middle; width:10%;">{SKIN_LIST_SET}</td>
</tr>
<!-- END: SKIN_LIST -->
</table>
</div>
</div>
<!-- END: ADMIN_CONFIG_SKIN -->