Code Igniter と Ion Auth の両方を初めて使用しています。Ion Auth メール テンプレートの言語を変更したい (パスワードのリセット、メールの確認など)。
これはパスワード リセット メール テンプレート (forgot_password.tpl.php) のようですが、「email_forgot_password_subheading」や「email_forgot_password_heading」などの定義がどこにあるのかわかりません。ローカル インストールを Windows で検索しても、結果が表示されません。手伝ってくれますか?
<html>
<body>
<h1><?php echo sprintf(lang('email_forgot_password_heading'), $identity);?></h1>
<p><?php echo sprintf(lang('email_forgot_password_subheading'),
anchor('auth/reset_password/'. $forgotten_password_code,
lang('email_forgot_password_link')));?></p>
</body>
</html>