Changeset 929:a52872aaada9
- Timestamp:
- 10/29/12 08:23:25 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/class.dc.template.php
r928 r929 206 206 $this->addValue('SysSearchString',array($this,'SysSearchString')); 207 207 $this->addValue('SysSelfURI',array($this,'SysSelfURI')); 208 209 # Generic 210 $this->addValue('else',array($this,'GenericElse')); 208 211 } 209 212 … … 2996 2999 return '<?php echo '.sprintf($f,'http::getSelfURI()').'; ?>'; 2997 3000 } 3001 3002 /*dtd 3003 <!ELEMENT tpl:else - O -- else: statement --> 3004 */ 3005 public function GenericElse($attr) 3006 { 3007 return '<?php else: ?>'; 3008 } 2998 3009 } 2999 3010
Note: See TracChangeset
for help on using the changeset viewer.