Changeset 779:58c45f1b96e5 for inc/public/class.dc.template.php
- Timestamp:
- 12/05/11 10:53:01 (14 years ago)
- Branch:
- default
- Children:
- 782:01efbf050a8a, 784:ecb8e301fa9d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/class.dc.template.php
r777 r779 1210 1210 $res = "<?php\n"; 1211 1211 $res .= $p; 1212 $res .= $this->core->callBehavior("templatePrepareParams","Entries",$ tag,$attr);1212 $res .= $this->core->callBehavior("templatePrepareParams","Entries",$attr,$content); 1213 1213 $res .= '$_ctx->post_params = $params;'."\n"; 1214 1214 $res .= '$_ctx->posts = $core->blog->getPosts($params); unset($params);'."\n";
Note: See TracChangeset
for help on using the changeset viewer.