Changeset 1610:2d5ebb2fcdfd for inc/public/class.dc.template.php
- Timestamp:
- 08/29/13 09:38:58 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/class.dc.template.php
r1280 r1610 955 955 $p .= "\$params['level'] = ".(integer) $attr['level'].";\n"; 956 956 } 957 958 if (isset($attr['without_empty']) && ((boolean) $attr['without_empty'] == false)) { 959 $p .= '$params[\'without_empty\'] = false;'; 960 } 957 961 958 962 $res = "<?php\n";
Note: See TracChangeset
for help on using the changeset viewer.