Documentation

Features

Differences

This shows you the differences between the selected revision and the current version of the page.

templates:faq 2009/11/17 05:42 templates:faq 2010/01/06 09:38 current
Line 15: Line 15:
*Please note: We recommend that you do not include Google Adsense code on the userforgot page as there have been reports that the code disrupts the functionality of this page. As a result, you should wrap the above code in an "if" statement: *Please note: We recommend that you do not include Google Adsense code on the userforgot page as there have been reports that the code disrupts the functionality of this page. As a result, you should wrap the above code in an "if" statement:
<code> <code>
-{if $body != "user/userforgot.tpl"}+{if $body != "user/userlogin.tpl" || $smarty.post.action == '' || $smarty.get.key != ""}
{literal} {literal}
  <script language="javascript">   <script language="javascript">

Have more questions? Visit our community forums.