1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Moved THEME_LAYOUT calculation out of class2.php and into theme_handler.php

This commit is contained in:
Cameron
2019-01-23 19:06:03 -08:00
parent 5aad0f81a1
commit 9c4dbcab91
6 changed files with 103 additions and 13 deletions

View File

@@ -625,7 +625,7 @@ class e_admin_log
/**
* Add a message to the queue
*
* @param string $text - the message text for logging/display
* @param string|array $text - the message text for logging/display
* @param int $type - the 'importance' of the message. E_MESSAGE_SUCCESS|E_MESSAGE_ERROR|E_MESSAGE_INFO|E_MESSAGE_DEBUG|E_MESSAGE_NODISPLAY
* (Values as used in message handler, apart from the last, which causes the message to not be passed to the message handler
* @param boolean|int $logLevel - TRUE to give same importance as for message display. FALSE to not log.
@@ -685,7 +685,7 @@ class e_admin_log
/**
* Add a success message to the log queue
*
* @param string $text
* @param string|array $text
* @param boolean $message if true - register with eMessage handler
* @param boolean $session add session message
* @return e_admin_log