From b97decb7c233da79084fb69cfe1002bd10e70c24 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 29 Apr 2018 09:35:57 +0100 Subject: [PATCH] add a lib directory; move smarty into it; add random_compat phar (for random_bytes() on PHP < 7) --- common.php | 5 +++-- lib/random_compat.phar | Bin 0 -> 48203 bytes lib/random_compat.phar.pubkey | 5 +++++ lib/random_compat.txt | 4 ++++ smarty.inc.php => lib/smarty.inc.php | 6 +++--- {smarty => lib/smarty}/COPYING.lib | 0 {smarty => lib/smarty}/libs/Autoloader.php | 0 {smarty => lib/smarty}/libs/Smarty.class.php | 0 {smarty => lib/smarty}/libs/SmartyBC.class.php | 0 {smarty => lib/smarty}/libs/bootstrap.php | 0 {smarty => lib/smarty}/libs/debug.tpl | 0 .../smarty}/libs/plugins/block.textformat.php | 0 .../smarty}/libs/plugins/function.counter.php | 0 .../smarty}/libs/plugins/function.cycle.php | 0 .../smarty}/libs/plugins/function.fetch.php | 0 .../libs/plugins/function.html_checkboxes.php | 0 .../libs/plugins/function.html_image.php | 0 .../libs/plugins/function.html_options.php | 0 .../libs/plugins/function.html_radios.php | 0 .../libs/plugins/function.html_select_date.php | 0 .../libs/plugins/function.html_select_time.php | 0 .../libs/plugins/function.html_table.php | 0 .../smarty}/libs/plugins/function.mailto.php | 0 .../smarty}/libs/plugins/function.math.php | 0 .../libs/plugins/modifier.capitalize.php | 0 .../libs/plugins/modifier.date_format.php | 0 .../libs/plugins/modifier.debug_print_var.php | 0 .../smarty}/libs/plugins/modifier.escape.php | 0 .../libs/plugins/modifier.mb_wordwrap.php | 0 .../libs/plugins/modifier.regex_replace.php | 0 .../smarty}/libs/plugins/modifier.replace.php | 0 .../smarty}/libs/plugins/modifier.spacify.php | 0 .../smarty}/libs/plugins/modifier.truncate.php | 0 .../libs/plugins/modifiercompiler.cat.php | 0 .../modifiercompiler.count_characters.php | 0 .../modifiercompiler.count_paragraphs.php | 0 .../modifiercompiler.count_sentences.php | 0 .../plugins/modifiercompiler.count_words.php | 0 .../libs/plugins/modifiercompiler.default.php | 0 .../libs/plugins/modifiercompiler.escape.php | 0 .../plugins/modifiercompiler.from_charset.php | 0 .../libs/plugins/modifiercompiler.indent.php | 0 .../libs/plugins/modifiercompiler.lower.php | 0 .../libs/plugins/modifiercompiler.noprint.php | 0 .../plugins/modifiercompiler.string_format.php | 0 .../libs/plugins/modifiercompiler.strip.php | 0 .../plugins/modifiercompiler.strip_tags.php | 0 .../plugins/modifiercompiler.to_charset.php | 0 .../libs/plugins/modifiercompiler.unescape.php | 0 .../libs/plugins/modifiercompiler.upper.php | 0 .../libs/plugins/modifiercompiler.wordwrap.php | 0 .../plugins/outputfilter.trimwhitespace.php | 0 .../plugins/shared.escape_special_chars.php | 0 .../plugins/shared.literal_compiler_param.php | 0 .../libs/plugins/shared.make_timestamp.php | 0 .../libs/plugins/shared.mb_str_replace.php | 0 .../smarty}/libs/plugins/shared.mb_unicode.php | 0 .../plugins/variablefilter.htmlspecialchars.php | 0 .../libs/sysplugins/smarty_cacheresource.php | 0 .../sysplugins/smarty_cacheresource_custom.php | 0 .../smarty_cacheresource_keyvaluestore.php | 0 .../smarty}/libs/sysplugins/smarty_data.php | 0 .../libs/sysplugins/smarty_internal_block.php | 0 .../smarty_internal_cacheresource_file.php | 0 .../smarty_internal_compile_append.php | 0 .../smarty_internal_compile_assign.php | 0 .../smarty_internal_compile_block.php | 0 .../smarty_internal_compile_block_child.php | 0 .../smarty_internal_compile_block_parent.php | 0 .../smarty_internal_compile_break.php | 0 .../sysplugins/smarty_internal_compile_call.php | 0 .../smarty_internal_compile_capture.php | 0 .../smarty_internal_compile_child.php | 0 .../smarty_internal_compile_config_load.php | 0 .../smarty_internal_compile_continue.php | 0 .../smarty_internal_compile_debug.php | 0 .../sysplugins/smarty_internal_compile_eval.php | 0 .../smarty_internal_compile_extends.php | 0 .../sysplugins/smarty_internal_compile_for.php | 0 .../smarty_internal_compile_foreach.php | 0 .../smarty_internal_compile_function.php | 0 .../sysplugins/smarty_internal_compile_if.php | 0 .../smarty_internal_compile_include.php | 0 .../smarty_internal_compile_include_php.php | 0 .../smarty_internal_compile_insert.php | 0 .../smarty_internal_compile_ldelim.php | 0 .../smarty_internal_compile_make_nocache.php | 0 .../smarty_internal_compile_nocache.php | 0 .../smarty_internal_compile_parent.php | 0 ...ty_internal_compile_private_block_plugin.php | 0 ..._internal_compile_private_foreachsection.php | 0 ...internal_compile_private_function_plugin.php | 0 ...smarty_internal_compile_private_modifier.php | 0 ...al_compile_private_object_block_function.php | 0 ...internal_compile_private_object_function.php | 0 .../smarty_internal_compile_private_php.php | 0 ...nternal_compile_private_print_expression.php | 0 ...nternal_compile_private_registered_block.php | 0 ...rnal_compile_private_registered_function.php | 0 ...nternal_compile_private_special_variable.php | 0 .../smarty_internal_compile_rdelim.php | 0 .../smarty_internal_compile_section.php | 0 .../smarty_internal_compile_setfilter.php | 0 ...arty_internal_compile_shared_inheritance.php | 0 .../smarty_internal_compile_while.php | 0 .../sysplugins/smarty_internal_compilebase.php | 0 .../smarty_internal_config_file_compiler.php | 0 .../smarty_internal_configfilelexer.php | 0 .../smarty_internal_configfileparser.php | 0 .../libs/sysplugins/smarty_internal_data.php | 0 .../libs/sysplugins/smarty_internal_debug.php | 0 .../sysplugins/smarty_internal_errorhandler.php | 0 .../smarty_internal_extension_handler.php | 0 ...marty_internal_method_addautoloadfilters.php | 0 ...arty_internal_method_adddefaultmodifiers.php | 0 .../smarty_internal_method_append.php | 0 .../smarty_internal_method_appendbyref.php | 0 .../smarty_internal_method_assignbyref.php | 0 .../smarty_internal_method_assignglobal.php | 0 .../smarty_internal_method_clearallassign.php | 0 .../smarty_internal_method_clearallcache.php | 0 .../smarty_internal_method_clearassign.php | 0 .../smarty_internal_method_clearcache.php | 0 ...ty_internal_method_clearcompiledtemplate.php | 0 .../smarty_internal_method_clearconfig.php | 0 .../smarty_internal_method_compileallconfig.php | 0 ...arty_internal_method_compilealltemplates.php | 0 .../smarty_internal_method_configload.php | 0 .../smarty_internal_method_createdata.php | 0 ...marty_internal_method_getautoloadfilters.php | 0 ...smarty_internal_method_getconfigvariable.php | 0 .../smarty_internal_method_getconfigvars.php | 0 .../smarty_internal_method_getdebugtemplate.php | 0 ...arty_internal_method_getdefaultmodifiers.php | 0 .../smarty_internal_method_getglobal.php | 0 ...arty_internal_method_getregisteredobject.php | 0 ...smarty_internal_method_getstreamvariable.php | 0 .../smarty_internal_method_gettags.php | 0 .../smarty_internal_method_gettemplatevars.php | 0 .../smarty_internal_method_literals.php | 0 .../smarty_internal_method_loadfilter.php | 0 .../smarty_internal_method_loadplugin.php | 0 .../smarty_internal_method_mustcompile.php | 0 ...ty_internal_method_registercacheresource.php | 0 .../smarty_internal_method_registerclass.php | 0 ...rnal_method_registerdefaultconfighandler.php | 0 ...rnal_method_registerdefaultpluginhandler.php | 0 ...al_method_registerdefaulttemplatehandler.php | 0 .../smarty_internal_method_registerfilter.php | 0 .../smarty_internal_method_registerobject.php | 0 .../smarty_internal_method_registerplugin.php | 0 .../smarty_internal_method_registerresource.php | 0 ...marty_internal_method_setautoloadfilters.php | 0 .../smarty_internal_method_setdebugtemplate.php | 0 ...arty_internal_method_setdefaultmodifiers.php | 0 .../smarty_internal_method_unloadfilter.php | 0 ..._internal_method_unregistercacheresource.php | 0 .../smarty_internal_method_unregisterfilter.php | 0 .../smarty_internal_method_unregisterobject.php | 0 .../smarty_internal_method_unregisterplugin.php | 0 ...marty_internal_method_unregisterresource.php | 0 .../smarty_internal_nocache_insert.php | 0 .../sysplugins/smarty_internal_parsetree.php | 0 .../smarty_internal_parsetree_code.php | 0 .../sysplugins/smarty_internal_parsetree_dq.php | 0 .../smarty_internal_parsetree_dqcontent.php | 0 .../smarty_internal_parsetree_tag.php | 0 .../smarty_internal_parsetree_template.php | 0 .../smarty_internal_parsetree_text.php | 0 .../smarty_internal_resource_eval.php | 0 .../smarty_internal_resource_extends.php | 0 .../smarty_internal_resource_file.php | 0 .../sysplugins/smarty_internal_resource_php.php | 0 .../smarty_internal_resource_registered.php | 0 .../smarty_internal_resource_stream.php | 0 .../smarty_internal_resource_string.php | 0 .../smarty_internal_runtime_cachemodify.php | 0 ...marty_internal_runtime_cacheresourcefile.php | 0 .../smarty_internal_runtime_capture.php | 0 .../smarty_internal_runtime_codeframe.php | 0 .../smarty_internal_runtime_filterhandler.php | 0 .../smarty_internal_runtime_foreach.php | 0 .../smarty_internal_runtime_getincludepath.php | 0 .../smarty_internal_runtime_inheritance.php | 0 .../smarty_internal_runtime_make_nocache.php | 0 .../smarty_internal_runtime_tplfunction.php | 0 .../smarty_internal_runtime_updatecache.php | 0 .../smarty_internal_runtime_updatescope.php | 0 .../smarty_internal_runtime_writefile.php | 0 .../smarty_internal_smartytemplatecompiler.php | 0 .../sysplugins/smarty_internal_template.php | 0 .../sysplugins/smarty_internal_templatebase.php | 0 .../smarty_internal_templatecompilerbase.php | 0 .../smarty_internal_templatelexer.php | 0 .../smarty_internal_templateparser.php | 0 .../sysplugins/smarty_internal_testinstall.php | 0 .../sysplugins/smarty_internal_undefined.php | 0 .../smarty}/libs/sysplugins/smarty_resource.php | 0 .../libs/sysplugins/smarty_resource_custom.php | 0 .../sysplugins/smarty_resource_recompiled.php | 0 .../sysplugins/smarty_resource_uncompiled.php | 0 .../smarty}/libs/sysplugins/smarty_security.php | 0 .../libs/sysplugins/smarty_template_cached.php | 0 .../sysplugins/smarty_template_compiled.php | 0 .../libs/sysplugins/smarty_template_config.php | 0 .../smarty_template_resource_base.php | 0 .../libs/sysplugins/smarty_template_source.php | 0 .../sysplugins/smarty_undefined_variable.php | 0 .../smarty}/libs/sysplugins/smarty_variable.php | 0 .../libs/sysplugins/smartycompilerexception.php | 0 .../smarty}/libs/sysplugins/smartyexception.php | 0 {smarty => lib/smarty}/smarty_version | 0 212 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 lib/random_compat.phar create mode 100644 lib/random_compat.phar.pubkey create mode 100644 lib/random_compat.txt rename smarty.inc.php => lib/smarty.inc.php (94%) rename {smarty => lib/smarty}/COPYING.lib (100%) rename {smarty => lib/smarty}/libs/Autoloader.php (100%) rename {smarty => lib/smarty}/libs/Smarty.class.php (100%) rename {smarty => lib/smarty}/libs/SmartyBC.class.php (100%) rename {smarty => lib/smarty}/libs/bootstrap.php (100%) rename {smarty => lib/smarty}/libs/debug.tpl (100%) rename {smarty => lib/smarty}/libs/plugins/block.textformat.php (100%) rename {smarty => lib/smarty}/libs/plugins/function.counter.php (100%) rename {smarty => lib/smarty}/libs/plugins/function.cycle.php (100%) rename {smarty => lib/smarty}/libs/plugins/function.fetch.php (100%) rename {smarty => lib/smarty}/libs/plugins/function.html_checkboxes.php (100%) rename {smarty => lib/smarty}/libs/plugins/function.html_image.php (100%) rename {smarty => lib/smarty}/libs/plugins/function.html_options.php (100%) rename {smarty => lib/smarty}/libs/plugins/function.html_radios.php (100%) rename {smarty => lib/smarty}/libs/plugins/function.html_select_date.php (100%) rename {smarty => lib/smarty}/libs/plugins/function.html_select_time.php (100%) rename {smarty => lib/smarty}/libs/plugins/function.html_table.php (100%) rename {smarty => lib/smarty}/libs/plugins/function.mailto.php (100%) rename {smarty => lib/smarty}/libs/plugins/function.math.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifier.capitalize.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifier.date_format.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifier.debug_print_var.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifier.escape.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifier.mb_wordwrap.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifier.regex_replace.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifier.replace.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifier.spacify.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifier.truncate.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.cat.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.count_characters.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.count_paragraphs.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.count_sentences.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.count_words.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.default.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.escape.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.from_charset.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.indent.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.lower.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.noprint.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.string_format.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.strip.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.strip_tags.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.to_charset.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.unescape.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.upper.php (100%) rename {smarty => lib/smarty}/libs/plugins/modifiercompiler.wordwrap.php (100%) rename {smarty => lib/smarty}/libs/plugins/outputfilter.trimwhitespace.php (100%) rename {smarty => lib/smarty}/libs/plugins/shared.escape_special_chars.php (100%) rename {smarty => lib/smarty}/libs/plugins/shared.literal_compiler_param.php (100%) rename {smarty => lib/smarty}/libs/plugins/shared.make_timestamp.php (100%) rename {smarty => lib/smarty}/libs/plugins/shared.mb_str_replace.php (100%) rename {smarty => lib/smarty}/libs/plugins/shared.mb_unicode.php (100%) rename {smarty => lib/smarty}/libs/plugins/variablefilter.htmlspecialchars.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_cacheresource.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_cacheresource_custom.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_cacheresource_keyvaluestore.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_data.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_block.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_cacheresource_file.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_append.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_assign.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_block.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_block_child.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_block_parent.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_break.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_call.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_capture.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_child.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_config_load.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_continue.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_debug.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_eval.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_extends.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_for.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_foreach.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_function.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_if.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_include.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_include_php.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_insert.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_ldelim.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_make_nocache.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_nocache.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_parent.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_private_block_plugin.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_private_foreachsection.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_private_function_plugin.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_private_modifier.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_private_object_block_function.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_private_object_function.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_private_php.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_private_print_expression.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_private_registered_block.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_private_registered_function.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_private_special_variable.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_rdelim.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_section.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_setfilter.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_shared_inheritance.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compile_while.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_compilebase.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_config_file_compiler.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_configfilelexer.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_configfileparser.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_data.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_debug.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_errorhandler.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_extension_handler.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_addautoloadfilters.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_adddefaultmodifiers.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_append.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_appendbyref.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_assignbyref.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_assignglobal.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_clearallassign.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_clearallcache.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_clearassign.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_clearcache.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_clearcompiledtemplate.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_clearconfig.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_compileallconfig.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_compilealltemplates.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_configload.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_createdata.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_getautoloadfilters.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_getconfigvariable.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_getconfigvars.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_getdebugtemplate.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_getdefaultmodifiers.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_getglobal.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_getregisteredobject.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_getstreamvariable.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_gettags.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_gettemplatevars.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_literals.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_loadfilter.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_loadplugin.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_mustcompile.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_registercacheresource.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_registerclass.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_registerdefaultconfighandler.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_registerfilter.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_registerobject.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_registerplugin.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_registerresource.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_setautoloadfilters.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_setdebugtemplate.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_setdefaultmodifiers.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_unloadfilter.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_unregistercacheresource.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_unregisterfilter.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_unregisterobject.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_unregisterplugin.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_method_unregisterresource.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_nocache_insert.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_parsetree.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_parsetree_code.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_parsetree_dq.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_parsetree_dqcontent.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_parsetree_tag.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_parsetree_template.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_parsetree_text.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_resource_eval.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_resource_extends.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_resource_file.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_resource_php.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_resource_registered.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_resource_stream.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_resource_string.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_runtime_cachemodify.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_runtime_cacheresourcefile.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_runtime_capture.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_runtime_codeframe.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_runtime_filterhandler.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_runtime_foreach.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_runtime_getincludepath.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_runtime_inheritance.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_runtime_make_nocache.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_runtime_tplfunction.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_runtime_updatecache.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_runtime_updatescope.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_runtime_writefile.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_smartytemplatecompiler.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_template.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_templatebase.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_templatecompilerbase.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_templatelexer.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_templateparser.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_testinstall.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_internal_undefined.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_resource.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_resource_custom.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_resource_recompiled.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_resource_uncompiled.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_security.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_template_cached.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_template_compiled.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_template_config.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_template_resource_base.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_template_source.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_undefined_variable.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smarty_variable.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smartycompilerexception.php (100%) rename {smarty => lib/smarty}/libs/sysplugins/smartyexception.php (100%) rename {smarty => lib/smarty}/smarty_version (100%) diff --git a/common.php b/common.php index 9f125d1b..3ee28987 100644 --- a/common.php +++ b/common.php @@ -69,6 +69,7 @@ Config::write($CONF); require_once("$incpath/languages/language.php"); require_once("$incpath/functions.inc.php"); +require_once("$incpath/lib/random_compat.phar"); if (defined('POSTFIXADMIN_CLI')) { $language = 'en'; # TODO: make configurable or autodetect from locale settings @@ -89,10 +90,10 @@ Config::write('__LANG', $PALANG); unset($incpath); if (!defined('POSTFIXADMIN_CLI')) { - if (!is_file(dirname(__FILE__) . "/smarty.inc.php")) { + if (!is_file(dirname(__FILE__) . "/lib/smarty.inc.php")) { die("smarty.inc.php is missing! Something is wrong..."); } - require_once(dirname(__FILE__) . "/smarty.inc.php"); + require_once(dirname(__FILE__) . "/lib/smarty.inc.php"); } /* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ diff --git a/lib/random_compat.phar b/lib/random_compat.phar new file mode 100644 index 0000000000000000000000000000000000000000..781c1f00aafd3ce5fcaffe63bb69b88bcc0c16a5 GIT binary patch literal 48203 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 = new Smarty(); //$this->template->debugging = true; - $this->template->setTemplateDir(dirname(__FILE__) . '/templates'); + $this->template->setTemplateDir(dirname(__FILE__) . '/../templates'); // if it's not present or writeable, smarty should just not cache. - $templates_c = dirname(__FILE__) . '/templates_c'; + $templates_c = dirname(__FILE__) . '/../templates_c'; if (is_dir($templates_c) && is_writeable($templates_c)) { $this->template->setCompileDir($templates_c); } else { @@ -25,7 +25,7 @@ class PFASmarty { die("ERROR: the templates_c directory doesn't exist or isn't writeable for the webserver"); } - $this->template->setConfigDir(dirname(__FILE__) . '/configs'); + $this->template->setConfigDir(dirname(__FILE__) . '/../configs'); } public function assign($key, $value, $sanitise = true) { diff --git a/smarty/COPYING.lib b/lib/smarty/COPYING.lib similarity index 100% rename from smarty/COPYING.lib rename to lib/smarty/COPYING.lib diff --git a/smarty/libs/Autoloader.php b/lib/smarty/libs/Autoloader.php similarity index 100% rename from smarty/libs/Autoloader.php rename to lib/smarty/libs/Autoloader.php diff --git a/smarty/libs/Smarty.class.php b/lib/smarty/libs/Smarty.class.php similarity index 100% rename from smarty/libs/Smarty.class.php rename to lib/smarty/libs/Smarty.class.php diff --git a/smarty/libs/SmartyBC.class.php b/lib/smarty/libs/SmartyBC.class.php similarity index 100% rename from smarty/libs/SmartyBC.class.php rename to lib/smarty/libs/SmartyBC.class.php diff --git a/smarty/libs/bootstrap.php b/lib/smarty/libs/bootstrap.php similarity index 100% rename from smarty/libs/bootstrap.php rename to lib/smarty/libs/bootstrap.php diff --git a/smarty/libs/debug.tpl b/lib/smarty/libs/debug.tpl similarity index 100% rename from smarty/libs/debug.tpl rename to lib/smarty/libs/debug.tpl diff --git a/smarty/libs/plugins/block.textformat.php b/lib/smarty/libs/plugins/block.textformat.php similarity index 100% rename from smarty/libs/plugins/block.textformat.php rename to lib/smarty/libs/plugins/block.textformat.php diff --git a/smarty/libs/plugins/function.counter.php b/lib/smarty/libs/plugins/function.counter.php similarity index 100% rename from smarty/libs/plugins/function.counter.php rename to lib/smarty/libs/plugins/function.counter.php diff --git a/smarty/libs/plugins/function.cycle.php b/lib/smarty/libs/plugins/function.cycle.php similarity index 100% rename from smarty/libs/plugins/function.cycle.php rename to lib/smarty/libs/plugins/function.cycle.php diff --git a/smarty/libs/plugins/function.fetch.php b/lib/smarty/libs/plugins/function.fetch.php similarity index 100% rename from smarty/libs/plugins/function.fetch.php rename to lib/smarty/libs/plugins/function.fetch.php diff --git a/smarty/libs/plugins/function.html_checkboxes.php b/lib/smarty/libs/plugins/function.html_checkboxes.php similarity index 100% rename from smarty/libs/plugins/function.html_checkboxes.php rename to lib/smarty/libs/plugins/function.html_checkboxes.php diff --git a/smarty/libs/plugins/function.html_image.php b/lib/smarty/libs/plugins/function.html_image.php similarity index 100% rename from smarty/libs/plugins/function.html_image.php rename to lib/smarty/libs/plugins/function.html_image.php diff --git a/smarty/libs/plugins/function.html_options.php b/lib/smarty/libs/plugins/function.html_options.php similarity index 100% rename from smarty/libs/plugins/function.html_options.php rename to lib/smarty/libs/plugins/function.html_options.php diff --git a/smarty/libs/plugins/function.html_radios.php b/lib/smarty/libs/plugins/function.html_radios.php similarity index 100% rename from smarty/libs/plugins/function.html_radios.php rename to lib/smarty/libs/plugins/function.html_radios.php diff --git a/smarty/libs/plugins/function.html_select_date.php b/lib/smarty/libs/plugins/function.html_select_date.php similarity index 100% rename from smarty/libs/plugins/function.html_select_date.php rename to lib/smarty/libs/plugins/function.html_select_date.php diff --git a/smarty/libs/plugins/function.html_select_time.php b/lib/smarty/libs/plugins/function.html_select_time.php similarity index 100% rename from smarty/libs/plugins/function.html_select_time.php rename to lib/smarty/libs/plugins/function.html_select_time.php diff --git a/smarty/libs/plugins/function.html_table.php b/lib/smarty/libs/plugins/function.html_table.php similarity index 100% rename from smarty/libs/plugins/function.html_table.php rename to lib/smarty/libs/plugins/function.html_table.php diff --git a/smarty/libs/plugins/function.mailto.php b/lib/smarty/libs/plugins/function.mailto.php similarity index 100% rename from smarty/libs/plugins/function.mailto.php rename to lib/smarty/libs/plugins/function.mailto.php diff --git a/smarty/libs/plugins/function.math.php b/lib/smarty/libs/plugins/function.math.php similarity index 100% rename from smarty/libs/plugins/function.math.php rename to lib/smarty/libs/plugins/function.math.php diff --git a/smarty/libs/plugins/modifier.capitalize.php b/lib/smarty/libs/plugins/modifier.capitalize.php similarity index 100% rename from smarty/libs/plugins/modifier.capitalize.php rename to lib/smarty/libs/plugins/modifier.capitalize.php diff --git a/smarty/libs/plugins/modifier.date_format.php b/lib/smarty/libs/plugins/modifier.date_format.php similarity index 100% rename from smarty/libs/plugins/modifier.date_format.php rename to lib/smarty/libs/plugins/modifier.date_format.php diff --git a/smarty/libs/plugins/modifier.debug_print_var.php b/lib/smarty/libs/plugins/modifier.debug_print_var.php similarity index 100% rename from smarty/libs/plugins/modifier.debug_print_var.php rename to lib/smarty/libs/plugins/modifier.debug_print_var.php diff --git a/smarty/libs/plugins/modifier.escape.php b/lib/smarty/libs/plugins/modifier.escape.php similarity index 100% rename from smarty/libs/plugins/modifier.escape.php rename to lib/smarty/libs/plugins/modifier.escape.php diff --git a/smarty/libs/plugins/modifier.mb_wordwrap.php b/lib/smarty/libs/plugins/modifier.mb_wordwrap.php similarity index 100% rename from smarty/libs/plugins/modifier.mb_wordwrap.php rename to lib/smarty/libs/plugins/modifier.mb_wordwrap.php diff --git a/smarty/libs/plugins/modifier.regex_replace.php b/lib/smarty/libs/plugins/modifier.regex_replace.php similarity index 100% rename from smarty/libs/plugins/modifier.regex_replace.php rename to lib/smarty/libs/plugins/modifier.regex_replace.php diff --git a/smarty/libs/plugins/modifier.replace.php b/lib/smarty/libs/plugins/modifier.replace.php similarity index 100% rename from smarty/libs/plugins/modifier.replace.php rename to lib/smarty/libs/plugins/modifier.replace.php diff --git a/smarty/libs/plugins/modifier.spacify.php b/lib/smarty/libs/plugins/modifier.spacify.php similarity index 100% rename from smarty/libs/plugins/modifier.spacify.php rename to lib/smarty/libs/plugins/modifier.spacify.php diff --git a/smarty/libs/plugins/modifier.truncate.php b/lib/smarty/libs/plugins/modifier.truncate.php similarity index 100% rename from smarty/libs/plugins/modifier.truncate.php rename to lib/smarty/libs/plugins/modifier.truncate.php diff --git a/smarty/libs/plugins/modifiercompiler.cat.php b/lib/smarty/libs/plugins/modifiercompiler.cat.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.cat.php rename to lib/smarty/libs/plugins/modifiercompiler.cat.php diff --git a/smarty/libs/plugins/modifiercompiler.count_characters.php b/lib/smarty/libs/plugins/modifiercompiler.count_characters.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.count_characters.php rename to lib/smarty/libs/plugins/modifiercompiler.count_characters.php diff --git a/smarty/libs/plugins/modifiercompiler.count_paragraphs.php b/lib/smarty/libs/plugins/modifiercompiler.count_paragraphs.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.count_paragraphs.php rename to lib/smarty/libs/plugins/modifiercompiler.count_paragraphs.php diff --git a/smarty/libs/plugins/modifiercompiler.count_sentences.php b/lib/smarty/libs/plugins/modifiercompiler.count_sentences.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.count_sentences.php rename to lib/smarty/libs/plugins/modifiercompiler.count_sentences.php diff --git a/smarty/libs/plugins/modifiercompiler.count_words.php b/lib/smarty/libs/plugins/modifiercompiler.count_words.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.count_words.php rename to lib/smarty/libs/plugins/modifiercompiler.count_words.php diff --git a/smarty/libs/plugins/modifiercompiler.default.php b/lib/smarty/libs/plugins/modifiercompiler.default.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.default.php rename to lib/smarty/libs/plugins/modifiercompiler.default.php diff --git a/smarty/libs/plugins/modifiercompiler.escape.php b/lib/smarty/libs/plugins/modifiercompiler.escape.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.escape.php rename to lib/smarty/libs/plugins/modifiercompiler.escape.php diff --git a/smarty/libs/plugins/modifiercompiler.from_charset.php b/lib/smarty/libs/plugins/modifiercompiler.from_charset.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.from_charset.php rename to lib/smarty/libs/plugins/modifiercompiler.from_charset.php diff --git a/smarty/libs/plugins/modifiercompiler.indent.php b/lib/smarty/libs/plugins/modifiercompiler.indent.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.indent.php rename to lib/smarty/libs/plugins/modifiercompiler.indent.php diff --git a/smarty/libs/plugins/modifiercompiler.lower.php b/lib/smarty/libs/plugins/modifiercompiler.lower.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.lower.php rename to lib/smarty/libs/plugins/modifiercompiler.lower.php diff --git a/smarty/libs/plugins/modifiercompiler.noprint.php b/lib/smarty/libs/plugins/modifiercompiler.noprint.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.noprint.php rename to lib/smarty/libs/plugins/modifiercompiler.noprint.php diff --git a/smarty/libs/plugins/modifiercompiler.string_format.php b/lib/smarty/libs/plugins/modifiercompiler.string_format.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.string_format.php rename to lib/smarty/libs/plugins/modifiercompiler.string_format.php diff --git a/smarty/libs/plugins/modifiercompiler.strip.php b/lib/smarty/libs/plugins/modifiercompiler.strip.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.strip.php rename to lib/smarty/libs/plugins/modifiercompiler.strip.php diff --git a/smarty/libs/plugins/modifiercompiler.strip_tags.php b/lib/smarty/libs/plugins/modifiercompiler.strip_tags.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.strip_tags.php rename to lib/smarty/libs/plugins/modifiercompiler.strip_tags.php diff --git a/smarty/libs/plugins/modifiercompiler.to_charset.php b/lib/smarty/libs/plugins/modifiercompiler.to_charset.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.to_charset.php rename to lib/smarty/libs/plugins/modifiercompiler.to_charset.php diff --git a/smarty/libs/plugins/modifiercompiler.unescape.php b/lib/smarty/libs/plugins/modifiercompiler.unescape.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.unescape.php rename to lib/smarty/libs/plugins/modifiercompiler.unescape.php diff --git a/smarty/libs/plugins/modifiercompiler.upper.php b/lib/smarty/libs/plugins/modifiercompiler.upper.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.upper.php rename to lib/smarty/libs/plugins/modifiercompiler.upper.php diff --git a/smarty/libs/plugins/modifiercompiler.wordwrap.php b/lib/smarty/libs/plugins/modifiercompiler.wordwrap.php similarity index 100% rename from smarty/libs/plugins/modifiercompiler.wordwrap.php rename to lib/smarty/libs/plugins/modifiercompiler.wordwrap.php diff --git a/smarty/libs/plugins/outputfilter.trimwhitespace.php b/lib/smarty/libs/plugins/outputfilter.trimwhitespace.php similarity index 100% rename from smarty/libs/plugins/outputfilter.trimwhitespace.php rename to lib/smarty/libs/plugins/outputfilter.trimwhitespace.php diff --git a/smarty/libs/plugins/shared.escape_special_chars.php b/lib/smarty/libs/plugins/shared.escape_special_chars.php similarity index 100% rename from smarty/libs/plugins/shared.escape_special_chars.php rename to lib/smarty/libs/plugins/shared.escape_special_chars.php diff --git a/smarty/libs/plugins/shared.literal_compiler_param.php b/lib/smarty/libs/plugins/shared.literal_compiler_param.php similarity index 100% rename from smarty/libs/plugins/shared.literal_compiler_param.php rename to lib/smarty/libs/plugins/shared.literal_compiler_param.php diff --git a/smarty/libs/plugins/shared.make_timestamp.php b/lib/smarty/libs/plugins/shared.make_timestamp.php similarity index 100% rename from smarty/libs/plugins/shared.make_timestamp.php rename to lib/smarty/libs/plugins/shared.make_timestamp.php diff --git a/smarty/libs/plugins/shared.mb_str_replace.php b/lib/smarty/libs/plugins/shared.mb_str_replace.php similarity index 100% rename from smarty/libs/plugins/shared.mb_str_replace.php rename to lib/smarty/libs/plugins/shared.mb_str_replace.php diff --git a/smarty/libs/plugins/shared.mb_unicode.php b/lib/smarty/libs/plugins/shared.mb_unicode.php similarity index 100% rename from smarty/libs/plugins/shared.mb_unicode.php rename to lib/smarty/libs/plugins/shared.mb_unicode.php diff --git a/smarty/libs/plugins/variablefilter.htmlspecialchars.php b/lib/smarty/libs/plugins/variablefilter.htmlspecialchars.php similarity index 100% rename from smarty/libs/plugins/variablefilter.htmlspecialchars.php rename to lib/smarty/libs/plugins/variablefilter.htmlspecialchars.php diff --git a/smarty/libs/sysplugins/smarty_cacheresource.php b/lib/smarty/libs/sysplugins/smarty_cacheresource.php similarity index 100% rename from smarty/libs/sysplugins/smarty_cacheresource.php rename to lib/smarty/libs/sysplugins/smarty_cacheresource.php diff --git a/smarty/libs/sysplugins/smarty_cacheresource_custom.php b/lib/smarty/libs/sysplugins/smarty_cacheresource_custom.php similarity index 100% rename from smarty/libs/sysplugins/smarty_cacheresource_custom.php rename to lib/smarty/libs/sysplugins/smarty_cacheresource_custom.php diff --git a/smarty/libs/sysplugins/smarty_cacheresource_keyvaluestore.php b/lib/smarty/libs/sysplugins/smarty_cacheresource_keyvaluestore.php similarity index 100% rename from smarty/libs/sysplugins/smarty_cacheresource_keyvaluestore.php rename to lib/smarty/libs/sysplugins/smarty_cacheresource_keyvaluestore.php diff --git a/smarty/libs/sysplugins/smarty_data.php b/lib/smarty/libs/sysplugins/smarty_data.php similarity index 100% rename from smarty/libs/sysplugins/smarty_data.php rename to lib/smarty/libs/sysplugins/smarty_data.php diff --git a/smarty/libs/sysplugins/smarty_internal_block.php b/lib/smarty/libs/sysplugins/smarty_internal_block.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_block.php rename to lib/smarty/libs/sysplugins/smarty_internal_block.php diff --git a/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php b/lib/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_cacheresource_file.php rename to lib/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_append.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_append.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_append.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_append.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_assign.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_assign.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_assign.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_assign.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_block.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_block.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_block.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_block.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_block_child.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_block_child.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_block_child.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_block_child.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_block_parent.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_block_parent.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_block_parent.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_block_parent.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_break.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_break.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_break.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_break.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_call.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_call.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_call.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_call.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_capture.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_capture.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_capture.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_capture.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_child.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_child.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_child.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_child.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_config_load.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_config_load.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_config_load.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_config_load.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_continue.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_continue.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_continue.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_continue.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_debug.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_debug.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_debug.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_debug.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_eval.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_eval.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_eval.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_eval.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_extends.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_extends.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_extends.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_extends.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_for.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_for.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_for.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_for.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_foreach.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_foreach.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_foreach.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_foreach.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_function.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_function.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_function.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_function.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_if.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_if.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_if.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_if.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_include.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_include.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_include.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_include.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_include_php.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_include_php.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_include_php.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_include_php.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_insert.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_insert.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_insert.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_insert.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_ldelim.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_make_nocache.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_make_nocache.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_make_nocache.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_make_nocache.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_nocache.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_nocache.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_nocache.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_nocache.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_parent.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_parent.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_parent.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_parent.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_private_object_block_function.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_private_object_block_function.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_private_object_block_function.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_private_object_block_function.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_private_object_function.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_private_object_function.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_private_object_function.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_private_object_function.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_private_php.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_private_php.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_private_php.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_private_php.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_private_registered_block.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_private_registered_block.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_private_registered_block.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_private_registered_block.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_rdelim.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_section.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_section.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_section.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_section.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_setfilter.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_setfilter.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_setfilter.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_setfilter.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php diff --git a/smarty/libs/sysplugins/smarty_internal_compile_while.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_while.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compile_while.php rename to lib/smarty/libs/sysplugins/smarty_internal_compile_while.php diff --git a/smarty/libs/sysplugins/smarty_internal_compilebase.php b/lib/smarty/libs/sysplugins/smarty_internal_compilebase.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_compilebase.php rename to lib/smarty/libs/sysplugins/smarty_internal_compilebase.php diff --git a/smarty/libs/sysplugins/smarty_internal_config_file_compiler.php b/lib/smarty/libs/sysplugins/smarty_internal_config_file_compiler.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_config_file_compiler.php rename to lib/smarty/libs/sysplugins/smarty_internal_config_file_compiler.php diff --git a/smarty/libs/sysplugins/smarty_internal_configfilelexer.php b/lib/smarty/libs/sysplugins/smarty_internal_configfilelexer.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_configfilelexer.php rename to lib/smarty/libs/sysplugins/smarty_internal_configfilelexer.php diff --git a/smarty/libs/sysplugins/smarty_internal_configfileparser.php b/lib/smarty/libs/sysplugins/smarty_internal_configfileparser.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_configfileparser.php rename to lib/smarty/libs/sysplugins/smarty_internal_configfileparser.php diff --git a/smarty/libs/sysplugins/smarty_internal_data.php b/lib/smarty/libs/sysplugins/smarty_internal_data.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_data.php rename to lib/smarty/libs/sysplugins/smarty_internal_data.php diff --git a/smarty/libs/sysplugins/smarty_internal_debug.php b/lib/smarty/libs/sysplugins/smarty_internal_debug.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_debug.php rename to lib/smarty/libs/sysplugins/smarty_internal_debug.php diff --git a/smarty/libs/sysplugins/smarty_internal_errorhandler.php b/lib/smarty/libs/sysplugins/smarty_internal_errorhandler.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_errorhandler.php rename to lib/smarty/libs/sysplugins/smarty_internal_errorhandler.php diff --git a/smarty/libs/sysplugins/smarty_internal_extension_handler.php b/lib/smarty/libs/sysplugins/smarty_internal_extension_handler.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_extension_handler.php rename to lib/smarty/libs/sysplugins/smarty_internal_extension_handler.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_addautoloadfilters.php b/lib/smarty/libs/sysplugins/smarty_internal_method_addautoloadfilters.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_addautoloadfilters.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_addautoloadfilters.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_adddefaultmodifiers.php b/lib/smarty/libs/sysplugins/smarty_internal_method_adddefaultmodifiers.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_adddefaultmodifiers.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_adddefaultmodifiers.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_append.php b/lib/smarty/libs/sysplugins/smarty_internal_method_append.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_append.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_append.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_appendbyref.php b/lib/smarty/libs/sysplugins/smarty_internal_method_appendbyref.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_appendbyref.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_appendbyref.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_assignbyref.php b/lib/smarty/libs/sysplugins/smarty_internal_method_assignbyref.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_assignbyref.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_assignbyref.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_assignglobal.php b/lib/smarty/libs/sysplugins/smarty_internal_method_assignglobal.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_assignglobal.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_assignglobal.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_clearallassign.php b/lib/smarty/libs/sysplugins/smarty_internal_method_clearallassign.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_clearallassign.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_clearallassign.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_clearallcache.php b/lib/smarty/libs/sysplugins/smarty_internal_method_clearallcache.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_clearallcache.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_clearallcache.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_clearassign.php b/lib/smarty/libs/sysplugins/smarty_internal_method_clearassign.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_clearassign.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_clearassign.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_clearcache.php b/lib/smarty/libs/sysplugins/smarty_internal_method_clearcache.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_clearcache.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_clearcache.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_clearcompiledtemplate.php b/lib/smarty/libs/sysplugins/smarty_internal_method_clearcompiledtemplate.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_clearcompiledtemplate.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_clearcompiledtemplate.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_clearconfig.php b/lib/smarty/libs/sysplugins/smarty_internal_method_clearconfig.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_clearconfig.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_clearconfig.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_compileallconfig.php b/lib/smarty/libs/sysplugins/smarty_internal_method_compileallconfig.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_compileallconfig.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_compileallconfig.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_compilealltemplates.php b/lib/smarty/libs/sysplugins/smarty_internal_method_compilealltemplates.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_compilealltemplates.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_compilealltemplates.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_configload.php b/lib/smarty/libs/sysplugins/smarty_internal_method_configload.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_configload.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_configload.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_createdata.php b/lib/smarty/libs/sysplugins/smarty_internal_method_createdata.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_createdata.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_createdata.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_getautoloadfilters.php b/lib/smarty/libs/sysplugins/smarty_internal_method_getautoloadfilters.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_getautoloadfilters.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_getautoloadfilters.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_getconfigvariable.php b/lib/smarty/libs/sysplugins/smarty_internal_method_getconfigvariable.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_getconfigvariable.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_getconfigvariable.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_getconfigvars.php b/lib/smarty/libs/sysplugins/smarty_internal_method_getconfigvars.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_getconfigvars.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_getconfigvars.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_getdebugtemplate.php b/lib/smarty/libs/sysplugins/smarty_internal_method_getdebugtemplate.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_getdebugtemplate.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_getdebugtemplate.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_getdefaultmodifiers.php b/lib/smarty/libs/sysplugins/smarty_internal_method_getdefaultmodifiers.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_getdefaultmodifiers.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_getdefaultmodifiers.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_getglobal.php b/lib/smarty/libs/sysplugins/smarty_internal_method_getglobal.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_getglobal.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_getglobal.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_getregisteredobject.php b/lib/smarty/libs/sysplugins/smarty_internal_method_getregisteredobject.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_getregisteredobject.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_getregisteredobject.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_getstreamvariable.php b/lib/smarty/libs/sysplugins/smarty_internal_method_getstreamvariable.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_getstreamvariable.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_getstreamvariable.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_gettags.php b/lib/smarty/libs/sysplugins/smarty_internal_method_gettags.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_gettags.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_gettags.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php b/lib/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_literals.php b/lib/smarty/libs/sysplugins/smarty_internal_method_literals.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_literals.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_literals.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_loadfilter.php b/lib/smarty/libs/sysplugins/smarty_internal_method_loadfilter.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_loadfilter.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_loadfilter.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php b/lib/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_loadplugin.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_mustcompile.php b/lib/smarty/libs/sysplugins/smarty_internal_method_mustcompile.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_mustcompile.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_mustcompile.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_registercacheresource.php b/lib/smarty/libs/sysplugins/smarty_internal_method_registercacheresource.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_registercacheresource.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_registercacheresource.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_registerclass.php b/lib/smarty/libs/sysplugins/smarty_internal_method_registerclass.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_registerclass.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_registerclass.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_registerdefaultconfighandler.php b/lib/smarty/libs/sysplugins/smarty_internal_method_registerdefaultconfighandler.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_registerdefaultconfighandler.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_registerdefaultconfighandler.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php b/lib/smarty/libs/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php b/lib/smarty/libs/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php b/lib/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_registerfilter.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_registerobject.php b/lib/smarty/libs/sysplugins/smarty_internal_method_registerobject.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_registerobject.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_registerobject.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php b/lib/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_registerplugin.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_registerresource.php b/lib/smarty/libs/sysplugins/smarty_internal_method_registerresource.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_registerresource.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_registerresource.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_setautoloadfilters.php b/lib/smarty/libs/sysplugins/smarty_internal_method_setautoloadfilters.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_setautoloadfilters.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_setautoloadfilters.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php b/lib/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_setdefaultmodifiers.php b/lib/smarty/libs/sysplugins/smarty_internal_method_setdefaultmodifiers.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_setdefaultmodifiers.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_setdefaultmodifiers.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_unloadfilter.php b/lib/smarty/libs/sysplugins/smarty_internal_method_unloadfilter.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_unloadfilter.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_unloadfilter.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_unregistercacheresource.php b/lib/smarty/libs/sysplugins/smarty_internal_method_unregistercacheresource.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_unregistercacheresource.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_unregistercacheresource.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_unregisterfilter.php b/lib/smarty/libs/sysplugins/smarty_internal_method_unregisterfilter.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_unregisterfilter.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_unregisterfilter.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_unregisterobject.php b/lib/smarty/libs/sysplugins/smarty_internal_method_unregisterobject.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_unregisterobject.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_unregisterobject.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_unregisterplugin.php b/lib/smarty/libs/sysplugins/smarty_internal_method_unregisterplugin.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_unregisterplugin.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_unregisterplugin.php diff --git a/smarty/libs/sysplugins/smarty_internal_method_unregisterresource.php b/lib/smarty/libs/sysplugins/smarty_internal_method_unregisterresource.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_method_unregisterresource.php rename to lib/smarty/libs/sysplugins/smarty_internal_method_unregisterresource.php diff --git a/smarty/libs/sysplugins/smarty_internal_nocache_insert.php b/lib/smarty/libs/sysplugins/smarty_internal_nocache_insert.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_nocache_insert.php rename to lib/smarty/libs/sysplugins/smarty_internal_nocache_insert.php diff --git a/smarty/libs/sysplugins/smarty_internal_parsetree.php b/lib/smarty/libs/sysplugins/smarty_internal_parsetree.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_parsetree.php rename to lib/smarty/libs/sysplugins/smarty_internal_parsetree.php diff --git a/smarty/libs/sysplugins/smarty_internal_parsetree_code.php b/lib/smarty/libs/sysplugins/smarty_internal_parsetree_code.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_parsetree_code.php rename to lib/smarty/libs/sysplugins/smarty_internal_parsetree_code.php diff --git a/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php b/lib/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_parsetree_dq.php rename to lib/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php diff --git a/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php b/lib/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php rename to lib/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php diff --git a/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php b/lib/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_parsetree_tag.php rename to lib/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php diff --git a/smarty/libs/sysplugins/smarty_internal_parsetree_template.php b/lib/smarty/libs/sysplugins/smarty_internal_parsetree_template.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_parsetree_template.php rename to lib/smarty/libs/sysplugins/smarty_internal_parsetree_template.php diff --git a/smarty/libs/sysplugins/smarty_internal_parsetree_text.php b/lib/smarty/libs/sysplugins/smarty_internal_parsetree_text.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_parsetree_text.php rename to lib/smarty/libs/sysplugins/smarty_internal_parsetree_text.php diff --git a/smarty/libs/sysplugins/smarty_internal_resource_eval.php b/lib/smarty/libs/sysplugins/smarty_internal_resource_eval.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_resource_eval.php rename to lib/smarty/libs/sysplugins/smarty_internal_resource_eval.php diff --git a/smarty/libs/sysplugins/smarty_internal_resource_extends.php b/lib/smarty/libs/sysplugins/smarty_internal_resource_extends.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_resource_extends.php rename to lib/smarty/libs/sysplugins/smarty_internal_resource_extends.php diff --git a/smarty/libs/sysplugins/smarty_internal_resource_file.php b/lib/smarty/libs/sysplugins/smarty_internal_resource_file.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_resource_file.php rename to lib/smarty/libs/sysplugins/smarty_internal_resource_file.php diff --git a/smarty/libs/sysplugins/smarty_internal_resource_php.php b/lib/smarty/libs/sysplugins/smarty_internal_resource_php.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_resource_php.php rename to lib/smarty/libs/sysplugins/smarty_internal_resource_php.php diff --git a/smarty/libs/sysplugins/smarty_internal_resource_registered.php b/lib/smarty/libs/sysplugins/smarty_internal_resource_registered.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_resource_registered.php rename to lib/smarty/libs/sysplugins/smarty_internal_resource_registered.php diff --git a/smarty/libs/sysplugins/smarty_internal_resource_stream.php b/lib/smarty/libs/sysplugins/smarty_internal_resource_stream.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_resource_stream.php rename to lib/smarty/libs/sysplugins/smarty_internal_resource_stream.php diff --git a/smarty/libs/sysplugins/smarty_internal_resource_string.php b/lib/smarty/libs/sysplugins/smarty_internal_resource_string.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_resource_string.php rename to lib/smarty/libs/sysplugins/smarty_internal_resource_string.php diff --git a/smarty/libs/sysplugins/smarty_internal_runtime_cachemodify.php b/lib/smarty/libs/sysplugins/smarty_internal_runtime_cachemodify.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_runtime_cachemodify.php rename to lib/smarty/libs/sysplugins/smarty_internal_runtime_cachemodify.php diff --git a/smarty/libs/sysplugins/smarty_internal_runtime_cacheresourcefile.php b/lib/smarty/libs/sysplugins/smarty_internal_runtime_cacheresourcefile.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_runtime_cacheresourcefile.php rename to lib/smarty/libs/sysplugins/smarty_internal_runtime_cacheresourcefile.php diff --git a/smarty/libs/sysplugins/smarty_internal_runtime_capture.php b/lib/smarty/libs/sysplugins/smarty_internal_runtime_capture.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_runtime_capture.php rename to lib/smarty/libs/sysplugins/smarty_internal_runtime_capture.php diff --git a/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php b/lib/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php rename to lib/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php diff --git a/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php b/lib/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php rename to lib/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php diff --git a/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php b/lib/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_runtime_foreach.php rename to lib/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php diff --git a/smarty/libs/sysplugins/smarty_internal_runtime_getincludepath.php b/lib/smarty/libs/sysplugins/smarty_internal_runtime_getincludepath.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_runtime_getincludepath.php rename to lib/smarty/libs/sysplugins/smarty_internal_runtime_getincludepath.php diff --git a/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php b/lib/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php rename to lib/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php diff --git a/smarty/libs/sysplugins/smarty_internal_runtime_make_nocache.php b/lib/smarty/libs/sysplugins/smarty_internal_runtime_make_nocache.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_runtime_make_nocache.php rename to lib/smarty/libs/sysplugins/smarty_internal_runtime_make_nocache.php diff --git a/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php b/lib/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php rename to lib/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php diff --git a/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php b/lib/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php rename to lib/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php diff --git a/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php b/lib/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php rename to lib/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php diff --git a/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php b/lib/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_runtime_writefile.php rename to lib/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php diff --git a/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php b/lib/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php rename to lib/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php diff --git a/smarty/libs/sysplugins/smarty_internal_template.php b/lib/smarty/libs/sysplugins/smarty_internal_template.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_template.php rename to lib/smarty/libs/sysplugins/smarty_internal_template.php diff --git a/smarty/libs/sysplugins/smarty_internal_templatebase.php b/lib/smarty/libs/sysplugins/smarty_internal_templatebase.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_templatebase.php rename to lib/smarty/libs/sysplugins/smarty_internal_templatebase.php diff --git a/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php b/lib/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php rename to lib/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php diff --git a/smarty/libs/sysplugins/smarty_internal_templatelexer.php b/lib/smarty/libs/sysplugins/smarty_internal_templatelexer.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_templatelexer.php rename to lib/smarty/libs/sysplugins/smarty_internal_templatelexer.php diff --git a/smarty/libs/sysplugins/smarty_internal_templateparser.php b/lib/smarty/libs/sysplugins/smarty_internal_templateparser.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_templateparser.php rename to lib/smarty/libs/sysplugins/smarty_internal_templateparser.php diff --git a/smarty/libs/sysplugins/smarty_internal_testinstall.php b/lib/smarty/libs/sysplugins/smarty_internal_testinstall.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_testinstall.php rename to lib/smarty/libs/sysplugins/smarty_internal_testinstall.php diff --git a/smarty/libs/sysplugins/smarty_internal_undefined.php b/lib/smarty/libs/sysplugins/smarty_internal_undefined.php similarity index 100% rename from smarty/libs/sysplugins/smarty_internal_undefined.php rename to lib/smarty/libs/sysplugins/smarty_internal_undefined.php diff --git a/smarty/libs/sysplugins/smarty_resource.php b/lib/smarty/libs/sysplugins/smarty_resource.php similarity index 100% rename from smarty/libs/sysplugins/smarty_resource.php rename to lib/smarty/libs/sysplugins/smarty_resource.php diff --git a/smarty/libs/sysplugins/smarty_resource_custom.php b/lib/smarty/libs/sysplugins/smarty_resource_custom.php similarity index 100% rename from smarty/libs/sysplugins/smarty_resource_custom.php rename to lib/smarty/libs/sysplugins/smarty_resource_custom.php diff --git a/smarty/libs/sysplugins/smarty_resource_recompiled.php b/lib/smarty/libs/sysplugins/smarty_resource_recompiled.php similarity index 100% rename from smarty/libs/sysplugins/smarty_resource_recompiled.php rename to lib/smarty/libs/sysplugins/smarty_resource_recompiled.php diff --git a/smarty/libs/sysplugins/smarty_resource_uncompiled.php b/lib/smarty/libs/sysplugins/smarty_resource_uncompiled.php similarity index 100% rename from smarty/libs/sysplugins/smarty_resource_uncompiled.php rename to lib/smarty/libs/sysplugins/smarty_resource_uncompiled.php diff --git a/smarty/libs/sysplugins/smarty_security.php b/lib/smarty/libs/sysplugins/smarty_security.php similarity index 100% rename from smarty/libs/sysplugins/smarty_security.php rename to lib/smarty/libs/sysplugins/smarty_security.php diff --git a/smarty/libs/sysplugins/smarty_template_cached.php b/lib/smarty/libs/sysplugins/smarty_template_cached.php similarity index 100% rename from smarty/libs/sysplugins/smarty_template_cached.php rename to lib/smarty/libs/sysplugins/smarty_template_cached.php diff --git a/smarty/libs/sysplugins/smarty_template_compiled.php b/lib/smarty/libs/sysplugins/smarty_template_compiled.php similarity index 100% rename from smarty/libs/sysplugins/smarty_template_compiled.php rename to lib/smarty/libs/sysplugins/smarty_template_compiled.php diff --git a/smarty/libs/sysplugins/smarty_template_config.php b/lib/smarty/libs/sysplugins/smarty_template_config.php similarity index 100% rename from smarty/libs/sysplugins/smarty_template_config.php rename to lib/smarty/libs/sysplugins/smarty_template_config.php diff --git a/smarty/libs/sysplugins/smarty_template_resource_base.php b/lib/smarty/libs/sysplugins/smarty_template_resource_base.php similarity index 100% rename from smarty/libs/sysplugins/smarty_template_resource_base.php rename to lib/smarty/libs/sysplugins/smarty_template_resource_base.php diff --git a/smarty/libs/sysplugins/smarty_template_source.php b/lib/smarty/libs/sysplugins/smarty_template_source.php similarity index 100% rename from smarty/libs/sysplugins/smarty_template_source.php rename to lib/smarty/libs/sysplugins/smarty_template_source.php diff --git a/smarty/libs/sysplugins/smarty_undefined_variable.php b/lib/smarty/libs/sysplugins/smarty_undefined_variable.php similarity index 100% rename from smarty/libs/sysplugins/smarty_undefined_variable.php rename to lib/smarty/libs/sysplugins/smarty_undefined_variable.php diff --git a/smarty/libs/sysplugins/smarty_variable.php b/lib/smarty/libs/sysplugins/smarty_variable.php similarity index 100% rename from smarty/libs/sysplugins/smarty_variable.php rename to lib/smarty/libs/sysplugins/smarty_variable.php diff --git a/smarty/libs/sysplugins/smartycompilerexception.php b/lib/smarty/libs/sysplugins/smartycompilerexception.php similarity index 100% rename from smarty/libs/sysplugins/smartycompilerexception.php rename to lib/smarty/libs/sysplugins/smartycompilerexception.php diff --git a/smarty/libs/sysplugins/smartyexception.php b/lib/smarty/libs/sysplugins/smartyexception.php similarity index 100% rename from smarty/libs/sysplugins/smartyexception.php rename to lib/smarty/libs/sysplugins/smartyexception.php diff --git a/smarty/smarty_version b/lib/smarty/smarty_version similarity index 100% rename from smarty/smarty_version rename to lib/smarty/smarty_version