mirror of
https://github.com/avecms/AVE.cms.git
synced 2025-09-08 16:46:42 +00:00
Last fixes
This commit is contained in:
.htaccess
admin
lang
templates
class
fields
functions
inc
index.phpinstall
lib/redactor
codemirror
elfinder
css
img
edit_aceeditor.pngedit_ckeditor.pngedit_codemirror.pngedit_creativecloud.pngedit_pixlreditor.pngedit_pixlrexpress.pngedit_simplemde.pngedit_tinymce.pngtitleBg.pngtoolbar.pngvolume_icon_trash.png
js
elfinder.full.jselfinder.min.js
extras
i18n
elfinder.LANG.jselfinder.cs.jselfinder.id.jselfinder.jp.jselfinder.pl.jselfinder.ru.jselfinder.sk.js
help
proxy
php
.tmp
MySQLStorage.sqlautoload.phpconnector.minimal.php-distconnector.phpconnector.php-distconnector_template.phpelFinder.class.phpelFinderConnector.class.phpelFinderFlysystemGoogleDriveNetmount.phpelFinderPlugin.phpelFinderSession.phpelFinderSessionInterface.phpelFinderVolumeBox.class.phpelFinderVolumeDriver.class.phpelFinderVolumeDropbox.class.phpelFinderVolumeDropbox2.class.phpelFinderVolumeFTP.class.phpelFinderVolumeGoogleDrive.class.phpelFinderVolumeGroup.class.phpelFinderVolumeLocalFileSystem.class.phpelFinderVolumeMySQL.class.phpelFinderVolumeOneDrive.class.phpelFinderVolumeTrash.class.phplibs
mime.typesplugins
AutoResize
AutoRotate
Normalizer
Sanitizer
Watermark
resources
modules
@ -80,7 +80,7 @@ function get_field_image_single($field_value, $action, $field_id=0, $tpl='', $tp
|
||||
$field_value
|
||||
);
|
||||
|
||||
$field_value = preg_replace_callback('/\[tag:([r|c|f|t]\d+x\d+r*):(.+?)]/', 'callback_make_thumbnail', $field_value);
|
||||
$field_value = preg_replace_callback('/\[tag:([r|c|f|t|s]\d+x\d+r*):(.+?)]/', 'callback_make_thumbnail', $field_value);
|
||||
}
|
||||
|
||||
$tpl_file = get_field_tpl($tpl_dir, $field_id, 'doc');
|
||||
@ -124,7 +124,7 @@ function get_field_image_single($field_value, $action, $field_id=0, $tpl='', $tp
|
||||
$field_value
|
||||
);
|
||||
|
||||
$field_value = preg_replace_callback('/\[tag:([r|c|f|t]\d+x\d+r*):(.+?)]/', 'callback_make_thumbnail', $field_value);
|
||||
$field_value = preg_replace_callback('/\[tag:([r|c|f|t|s]\d+x\d+r*):(.+?)]/', 'callback_make_thumbnail', $field_value);
|
||||
}
|
||||
|
||||
$maxlength = null;
|
||||
|
Reference in New Issue
Block a user