[pLog-svn] r7152 - plog/branches/lifetype-1.2/templates/default

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Oct 27 09:40:08 EDT 2011


Author: jondaley
Date: 2011-10-27 09:40:08 -0400 (Thu, 27 Oct 2011)
New Revision: 7152

Modified:
   plog/branches/lifetype-1.2/templates/default/commentform.template
Log:
if the remembercommentdata plugin is installed and enabled, set the cookie

Modified: plog/branches/lifetype-1.2/templates/default/commentform.template
===================================================================
--- plog/branches/lifetype-1.2/templates/default/commentform.template	2011-10-26 23:56:15 UTC (rev 7151)
+++ plog/branches/lifetype-1.2/templates/default/commentform.template	2011-10-27 13:40:08 UTC (rev 7152)
@@ -74,5 +74,10 @@
 
 </fieldset>
 </form>
+
+{if $remembercommentdata && $remembercommentdata->isEnabled()}
+  {$remembercommentdata->show()}
+{/if}
+
 </div>
 {/if}



More information about the pLog-svn mailing list