Changeset 779:58c45f1b96e5 for inc
- Timestamp:
- 12/05/11 10:53:01 (14 years ago)
- Branch:
- default
- Children:
- 782:01efbf050a8a, 784:ecb8e301fa9d
- Location:
- inc/public
- Files:
-
- 2 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"; -
inc/public/lib.urlhandlers.php
r776 r779 21 21 if (!$url) { 22 22 $url = $this->getBase($type); 23 if ($url) {24 $url .= '/';25 }26 23 if ($value) { 24 if ($url) { 25 $url .= '/'; 26 } 27 27 $url .= $value; 28 28 }
Note: See TracChangeset
for help on using the changeset viewer.