1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +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

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