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:
@@ -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'] = '';
|
|
||||||
?>
|
|
Reference in New Issue
Block a user