1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

remove deprecated file

This commit is contained in:
CaMer0n
2009-12-13 10:57:15 +00:00
parent ddba35bc51
commit e154e15888

View File

@@ -1,19 +0,0 @@
<?php
$LAYOUT_DEFAULT_TEMPLATE['list_start'] = '
<div class="box featurebox">
<h2>{FEATUREBOX_CATEGORY_ICON}{FEATUREBOX_CATEGORY_TITLE}</h2>
<div class="body">
';
$LAYOUT_DEFAULT_TEMPLATE['list_end'] = '
</div>
</div>
';
$LAYOUT_DEFAULT_TEMPLATE['item_start'] = '';
$LAYOUT_DEFAULT_TEMPLATE['item_end'] = '';
$LAYOUT_DEFAULT_TEMPLATE['item_separator'] = '';
?>