mirror of
https://github.com/e107inc/e107.git
synced 2025-10-10 04:24:45 +02:00
Moved e_layout class to menumanager_class.php file. Closes #4030 - Menu Layout detection test. themeLan() was failing with themes containing hyphens in the folder name.
11 lines
552 B
PHP
11 lines
552 B
PHP
<?php
|
|
/*define("EMESSLAN_TITLE_INFO", "System Information");
|
|
define("EMESSLAN_TITLE_ERROR", "Error");
|
|
define("EMESSLAN_TITLE_SUCCESS", "Success");
|
|
define("EMESSLAN_TITLE_WARNING", "Warning");
|
|
define("EMESSLAN_TITLE_DEBUG", "System Debug");*/
|
|
|
|
define("MAW_THEME_1", "Basic-Light theme by <a href='http://manatwork.info' title='Man at Work Premium and Custom e107 Themes' rel='external'>mcpeace</a>.");
|
|
define("MAW_THEME_2", "<a id='copyright' href='http://manatwork.info' title='Man at Work Premium and Custom e107 Themes' rel='copyright'>maw</a>");
|
|
|
|
?>
|