mirror of
https://github.com/avecms/AVE.cms.git
synced 2025-08-10 20:56:43 +00:00
Fixes
This commit is contained in:
.htaccessREADME.md
admin
class
fields
checkbox_multi
multi_checkbox
tags
functions
func.block.phpfunc.breadcrumbs.phpfunc.common.phpfunc.documents.phpfunc.fields.phpfunc.helpers.phpfunc.login.phpfunc.mail.phpfunc.modulglobals.phpfunc.navigation.phpfunc.pagination.phpfunc.parserequest.phpfunc.sysblock.phpfunc.thumbnails.phpfunc.users.phpfunc.watermarks.php
inc
install
@ -15,17 +15,19 @@
|
||||
* Обработка тега системного блока
|
||||
*
|
||||
* @param int $id идентификатор системного блока
|
||||
*
|
||||
* @return bool|mixed|null|string|string[]
|
||||
*/
|
||||
function parse_sysblock($id)
|
||||
{
|
||||
global $AVE_DB, $AVE_Core;
|
||||
global $AVE_DB;
|
||||
|
||||
if (is_array($id))
|
||||
$id = $id[1];
|
||||
|
||||
Debug::startTime('SYSBLOCK_' . $id);
|
||||
|
||||
$eval_sysblock = false;
|
||||
// $eval_sysblock = false;
|
||||
|
||||
if ($id != '')
|
||||
{
|
||||
@ -101,5 +103,7 @@
|
||||
|
||||
return $return;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user