Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / includes [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 29 Jul 2002 04:33:19 | postnuke_official/html/includes | pnTemplate.php,1.38,1.39 | Paul Rosania |
| misc changes | |||
Update of /home/cvsroot/postnuke_official/html/includes
In directory ns7.hostnuke.net:/tmp/cvs-serv6025
Modified Files:
pnTemplate.php
Log Message:
misc changes
Index: pnTemplate.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/includes/pnTemplate.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** pnTemplate.php 22 Jul 2002 19:22:49 -0000 1.38
--- pnTemplate.php 29 Jul 2002 04:33:17 -0000 1.39
***************
*** 318,322 ****
// throw exception
! return;
}
--- 318,322 ----
// throw exception
! return NULL;
}
***************
*** 336,341 ****
// Examples of tag registration
- /*
pnTplRegisterTag('base', 'var',
array(new pnTemplateAttribute('name', PN_TPL_STRING|PN_TPL_REQUIRED),
--- 336,341 ----
// Examples of tag registration
+ /*
pnTplRegisterTag('base', 'var',
array(new pnTemplateAttribute('name', PN_TPL_STRING|PN_TPL_REQUIRED),
***************
*** 368,373 ****
--- 368,379 ----
array(new pnTemplateAttribute('condition', PN_TPL_STRING|PN_TPL_REQUIRED)),
'base_userapi_handleElseifTag');
+
pnTplRegisterTag('base', 'else', array(), 'base_userapi_handleElseTag');
+ pnTplRegisterTag('base', 'loop',
+ array(new pnTemplateAttribute('name', PN_TPL_STRING|PN_TPL_REQUIRED),
+ new pnTemplateAttribute('key', PN_TPL_STRING|PN_TPL_OPTIONAL)),
+ 'base_userapi_handleLoopTag');
+
pnTplRegisterTag('base', 'set',
array(new pnTemplateAttribute('name', PN_TPL_STRING|PN_TPL_REQUIRED),
***************
*** 379,391 ****
'base_userapi_handleBaseurlTag');
pnTplRegisterTag('blocks', 'blocks-stateicon',
array(new pnTemplateAttribute('bid', PN_TPL_STRING|PN_TPL_REQUIRED)),
'blocks_userapi_handleStateIconTag');
-
- pnTplRegisterTag('base', 'loop',
- array(new pnTemplateAttribute('name', PN_TPL_STRING|PN_TPL_REQUIRED),
- new pnTemplateAttribute('key', PN_TPL_STRING|PN_TPL_OPTIONAL)),
- 'base_userapi_handleLoopTag');
*/
/**
--- 385,396 ----
'base_userapi_handleBaseurlTag');
+ pnTplRegisterTag('base', 'mlstring',
+ array(new pnTemplateAttribute('name', PN_TPL_STRING|PN_TPL_REQUIRED)),
+ 'base_userapi_handleMlstringTag');
pnTplRegisterTag('blocks', 'blocks-stateicon',
array(new pnTemplateAttribute('bid', PN_TPL_STRING|PN_TPL_REQUIRED)),
'blocks_userapi_handleStateIconTag');
*/
+
/**
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |