text
- Versions
- 4.6
text($bname)
Code
themes/engines/xtemplate/xtemplate.inc, line 244
<?php
function text($bname) {
return $this->parsed_blocks[isset($bname) ? $bname :$this->mainblock];
}
?>Login or register to post comments text($bname)themes/engines/xtemplate/xtemplate.inc, line 244
<?php
function text($bname) {
return $this->parsed_blocks[isset($bname) ? $bname :$this->mainblock];
}
?>Login or register to post comments