[pLog-svn] r1193 - templates/trunk/pastel-blocks

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Thu Feb 24 03:18:37 GMT 2005


Author: jondaley
Date: 2005-02-24 03:18:36 +0000 (Thu, 24 Feb 2005)
New Revision: 1193

Modified:
   templates/trunk/pastel-blocks/readme.txt
Log:
all templates should use $blogtemplate, even in the readme files

Modified: templates/trunk/pastel-blocks/readme.txt
===================================================================
--- templates/trunk/pastel-blocks/readme.txt	2005-02-24 03:16:26 UTC (rev 1192)
+++ templates/trunk/pastel-blocks/readme.txt	2005-02-24 03:18:36 UTC (rev 1193)
@@ -35,13 +35,13 @@
  - Adding, removing or reordering  'blocks' from the template
      - Open the header.template file and look for the following section of the file;
 
-           {include file="pastel-blocks/block-calendar.template"}
-           {include file="pastel-blocks/block-links.template"}
-           {include file="pastel-blocks/block-categories.template"}
-           {include file="pastel-blocks/block-recently.template"}
-           {include file="pastel-blocks/block-archives.template"}
-           {include file="pastel-blocks/block-syndicate.template"}
-           {include file="pastel-blocks/block-resources.template"}
+           {include file="$blogtemplate/block-calendar.template"}
+           {include file="$blogtemplate/block-links.template"}
+           {include file="$blogtemplate/block-categories.template"}
+           {include file="$blogtemplate/block-recently.template"}
+           {include file="$blogtemplate/block-archives.template"}
+           {include file="$blogtemplate/block-syndicate.template"}
+           {include file="$blogtemplate/block-resources.template"}
 
       - Any of these blocks can be removed simply by removing the line the calls it's template file.
       - In addition, and new blocks can easily be added by creating a new template for your block and adding the appropriate include statement.




More information about the pLog-svn mailing list