このコードが phpfox {plugin call='user.template_default_block_register_step2_7'} で機能することを説明してください
前もって感謝します。
plugins are works in phpfox as a hook.
to add your custom code with in default phpfox system without changing any file we used plugin.
{plugin call='user.template_default_block_register_step2_7'}
to use this plugin you must create a file name user.template_default_block_register_step2_7.php
in any module even in your custom module.
what ever you write in this file it's automatically added where this plugin call.
you can add multiple plugin with same name in different module.
plugin file path
module_name/include/plugin/
次の場所にブロック ファイルが含まれます。そのブロック ファイルには登録ページがあります。
www/projectname/Module/user/template/default/block/register/step2.html