mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Removed redundant php code from templates.
This commit is contained in:
@@ -51,4 +51,4 @@ $ADMIN_FOOTER = "</td>
|
||||
{ADMIN_CREDITS}
|
||||
";
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -88,4 +88,5 @@ $BBCODE_TEMPLATE_CPAGE = "
|
||||
<div class='btn-group'>{BB=preimage}{BB=prefile}{BB=youtube}</div>
|
||||
</div>
|
||||
";
|
||||
?>
|
||||
|
||||
|
||||
|
@@ -155,4 +155,3 @@ $COMMENT_TEMPLATE['item'] = '
|
||||
$COMMENT_TEMPLATE['layout'] = '{COMMENTFORM}{COMMENTS} <div style="padding:10px 0px">{MODERATE}</div>';
|
||||
|
||||
|
||||
?>
|
@@ -124,4 +124,4 @@ $CONTACT_TEMPLATE['menu'] = '
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -101,4 +101,3 @@ $FPW_TEMPLATE['footer'] = '</div>';
|
||||
|
||||
|
||||
|
||||
?>
|
@@ -135,4 +135,3 @@ $LOGIN_TEMPLATE['page']['footer'] = "
|
||||
|
||||
|
||||
|
||||
?>
|
@@ -45,4 +45,3 @@ $MEMBERSONLY_END = "<div>";
|
||||
|
||||
|
||||
|
||||
?>
|
@@ -23,4 +23,5 @@ if (!defined('e107_INIT')) { exit; }
|
||||
$MENU_TEMPLATE['image-text-button']['start'] = '<div class="cpage-menu {CMENUNAME}">{SETIMAGE: w=360}';
|
||||
$MENU_TEMPLATE['image-text-button']['body'] = '{CMENUIMAGE}{CMENUBODY}{CPAGEBUTTON}';
|
||||
$MENU_TEMPLATE['image-text-button']['end'] = '</div>';
|
||||
?>
|
||||
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
* Navigation Template
|
||||
*/
|
||||
|
||||
|
||||
|
||||
// TEMPLATE FOR {NAVIGATION=main}
|
||||
$NAVIGATION_TEMPLATE['main']['start'] = '<ul class="nav navbar-nav nav-main ml-auto">';
|
||||
|
||||
@@ -183,4 +183,3 @@ $NAVIGATION_TEMPLATE['alt6']['start'] = '<ul class="nav nav-list nav-alt6">'
|
||||
|
||||
|
||||
|
||||
?>
|
@@ -201,4 +201,4 @@ $NEXTPREV_TEMPLATE['page_items_end'] = '';
|
||||
|
||||
//$NEXTPREV_TEMPLATE['default_separator'] = '<span class="nextprev-sep"><!-- --></span>';
|
||||
$NEXTPREV_TEMPLATE['page_separator'] = '<br />';
|
||||
?>
|
||||
|
||||
|
@@ -42,4 +42,3 @@ if (!isset($ONLINE_TABLE_MISC))
|
||||
// ##### ------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
?>
|
@@ -152,4 +152,3 @@ $sc_style['CPAGENAV|default']['post'] = '</div>';
|
||||
|
||||
|
||||
|
||||
?>
|
@@ -206,4 +206,3 @@ $SEARCH_TEMPLATE['form']['advanced-combo'] = '<div>{SEARCH_ADV_TEXT}</div>';
|
||||
</td>
|
||||
</tr>";
|
||||
*/
|
||||
?>
|
@@ -54,4 +54,3 @@ if(!isset($SITEDOWN_TABLE))
|
||||
}
|
||||
// ##### ------------------------------------------------------------------------------------------
|
||||
|
||||
?>
|
@@ -9,4 +9,3 @@ $TRACKBACK = "
|
||||
|
||||
$TRACKBACK_RENDER_METHOD = TRUE; /* TRUE=tablerender, FALSE=echo */
|
||||
|
||||
?>
|
Reference in New Issue
Block a user