1
0
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:
Cameron
2020-06-02 12:05:20 -07:00
parent f375024147
commit f4341ac5cb
15 changed files with 8 additions and 16 deletions

View File

@@ -51,4 +51,4 @@ $ADMIN_FOOTER = "</td>
{ADMIN_CREDITS}
";
?>

View File

@@ -88,4 +88,5 @@ $BBCODE_TEMPLATE_CPAGE = "
<div class='btn-group'>{BB=preimage}{BB=prefile}{BB=youtube}</div>
</div>
";
?>

View File

@@ -155,4 +155,3 @@ $COMMENT_TEMPLATE['item'] = '
$COMMENT_TEMPLATE['layout'] = '{COMMENTFORM}{COMMENTS} <div style="padding:10px 0px">{MODERATE}</div>';
?>

View File

@@ -124,4 +124,4 @@ $CONTACT_TEMPLATE['menu'] = '
?>

View File

@@ -101,4 +101,3 @@ $FPW_TEMPLATE['footer'] = '</div>';
?>

View File

@@ -135,4 +135,3 @@ $LOGIN_TEMPLATE['page']['footer'] = "
?>

View File

@@ -45,4 +45,3 @@ $MEMBERSONLY_END = "<div>";
?>

View File

@@ -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>';
?>

View File

@@ -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">'
?>

View File

@@ -201,4 +201,4 @@ $NEXTPREV_TEMPLATE['page_items_end'] = '';
//$NEXTPREV_TEMPLATE['default_separator'] = '<span class="nextprev-sep"><!-- --></span>';
$NEXTPREV_TEMPLATE['page_separator'] = '<br />';
?>

View File

@@ -42,4 +42,3 @@ if (!isset($ONLINE_TABLE_MISC))
// ##### ------------------------------------------------------------------------------------------
?>

View File

@@ -152,4 +152,3 @@ $sc_style['CPAGENAV|default']['post'] = '</div>';
?>

View File

@@ -206,4 +206,3 @@ $SEARCH_TEMPLATE['form']['advanced-combo'] = '<div>{SEARCH_ADV_TEXT}</div>';
</td>
</tr>";
*/
?>

View File

@@ -54,4 +54,3 @@ if(!isset($SITEDOWN_TABLE))
}
// ##### ------------------------------------------------------------------------------------------
?>

View File

@@ -9,4 +9,3 @@ $TRACKBACK = "
$TRACKBACK_RENDER_METHOD = TRUE; /* TRUE=tablerender, FALSE=echo */
?>