第92行的template-contact.php中的未定义变量

时间:2014-11-02 01:02:26

标签: variables undefined

我有一个wordpress网站,我在联系页面上的表单上方收到一条错误消息。

错误消息显示:

注意:未定义的变量:第92行/home/crea6303/public_html/westafricanplumbing.com/wp-content/themes/waseps-custom/template-contact.php成功

template-contact.php代码是:

<?php if($success) {
echo "
<div class=\"info-message\" style=\"background-color: #75a226;\">
<a href=\"#\" class=\"close-info\"><i class=\"fa fa-times\"></i></a>
<p><strong>".__('Success:', DAT_NAME)."</strong>".__('The Message has been sent', DAT_NAME)."</p>
</div>";
} ?> 

我不知道如何解决这个问题......任何人都可以帮忙吗?

谢天谢地 FERG

0 个答案:

没有答案