History of TemplatesPackage

Differences from version 9 to 12



@@ -1,8 +1,8 @@

 bitweaver uses the [http://smarty.php.net/|Smarty Template Engine].
 
-__NOTE:__ See the BitSmarty class in the KernelPackage to see how the work is actually done.
+__NOTE:__ See the ((BitSmarty)) class in the ((KernelPackage)) to see how the work is actually done.
 
-bitweaver uses [http://smarty.php.net/manual/en/templates.from.elsewhere.php|Smarty's Custom Template Resource] technique to load templates. bitweaver also follows TikiWiki''s wonderfully flexible ablility to automatically override templates by creating a copy of that template in your own ThemeStyle.
+bitweaver uses [http://smarty.php.net/manual/en/templates.from.elsewhere.php|Smarty's Custom Template Resource] technique to load templates. bitweaver also follows TikiWiki's wonderfully flexible ablility to automatically override templates by creating a copy of that template in your own ThemeStyle.
 
 The custom resource declaration looks like ~~#660000:"resourcetype:resourceowner/resourcename.tpl"~~. Note, this is __NOT a path__. An example would be:
  "bitpackage:yourpkg/yourpkg_show_data.tpl"

@@ -22,7 +22,7 @@

 or
 {code}
 OLDWAY: $smarty->fetch("debug/tiki-debug_console_tab.tpl");
-NEW WAY: $gBitSmarty->fetch( "bitpackage:debug/debug_console_tab.tpl' );
+NEW WAY: $gBitSmarty->fetch( "bitpackage:debug/debug_console_tab.tpl" );
 {/code}
 
 !!!How are templates searched for?
Page History
Date/CommentUserIPVersion
03 Nov 2008 (01:02 UTC)
charles75.160.109.23512
Current • Source
laetzer85.178.10.6211
View • Compare • Difference • Source
xing194.152.164.459
View • Compare • Difference • Source
xing194.152.164.458
View • Compare • Difference • Source
Danny Staple83.151.201.1677
View • Compare • Difference • Source
SEWilco207.195.192.96
View • Compare • Difference • Source
spiderr66.93.240.925
View • Compare • Difference • Source