[pLog-svn] r5407 - plugins/branches/lifetype-1.2/ads/customblocks

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun May 13 15:29:51 EDT 2007


Author: oscar
Date: 2007-05-13 15:29:51 -0400 (Sun, 13 May 2007)
New Revision: 5407

Modified:
   plugins/branches/lifetype-1.2/ads/customblocks/examplegoogleads.class.php
Log:
correction to the comment


Modified: plugins/branches/lifetype-1.2/ads/customblocks/examplegoogleads.class.php
===================================================================
--- plugins/branches/lifetype-1.2/ads/customblocks/examplegoogleads.class.php	2007-05-13 19:26:47 UTC (rev 5406)
+++ plugins/branches/lifetype-1.2/ads/customblocks/examplegoogleads.class.php	2007-05-13 19:29:51 UTC (rev 5407)
@@ -4,7 +4,9 @@
 	
 	/**
 	 * This is a very simple custom block that will replace all occurrences of
-	 * "LifeType" with "TypeLife"
+	 * "#googleads#" with the content specified for the block. You can of course
+	 * do any other custom replacement by either modifying this custom block
+	 * or copying this code to your new block.
 	 */
 	class ExampleGoogleAds extends CustomBlock
 	{



More information about the pLog-svn mailing list