【问题标题】:Code Igniter Ion Auth: Where are the email templates?Codeigniter Ion Auth:电子邮件模板在哪里?
【发布时间】:2013-12-01 14:52:59
【问题描述】:

我是第一次使用 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>

【问题讨论】:

    标签: codeigniter ion-auth


    【解决方案1】:

    这些将在application/language/english/ion_auth_lang.php的语言文件中

    【讨论】:

      猜你喜欢
      • 2014-01-23
      • 1970-01-01
      • 2012-12-27
      • 2014-08-11
      • 2012-03-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-05-16
      相关资源
      最近更新 更多