[pLog-svn] r3964 - plog/branches/lifetype-1.1.1/templates/LifeType

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Sep 13 16:44:11 GMT 2006


Author: oscar
Date: 2006-09-13 16:44:10 +0000 (Wed, 13 Sep 2006)
New Revision: 3964

Modified:
   plog/branches/lifetype-1.1.1/templates/LifeType/panel.template
Log:
added a placeholder for ads. I am using one block with custom positioning and implemented some custom code that replaces this placeholder with the right google adsense code. It was easier to use a placeholder than to come up with a regular expression that would allow me to do the same, although I know that when implementing this plugin in bigger sites using placeholders might not be an option (because users mighthave customized their templates)


Modified: plog/branches/lifetype-1.1.1/templates/LifeType/panel.template
===================================================================
--- plog/branches/lifetype-1.1.1/templates/LifeType/panel.template	2006-09-13 16:34:22 UTC (rev 3963)
+++ plog/branches/lifetype-1.1.1/templates/LifeType/panel.template	2006-09-13 16:44:10 UTC (rev 3964)
@@ -40,6 +40,7 @@
 	   	{/foreach}
    	    </ul>
 	</li>
+        <!-- ADS -->
 	<li><h2>{$locale->tr("archives")|capitalize}</h2>
             <ul>
 		{foreach from=$archives item=archivelink}



More information about the pLog-svn mailing list