Changeset 180211
- Timestamp:
- 12/06/2009 06:44:20 PM (16 years ago)
- File:
-
- 1 edited
-
ecall/tags/1.12.7/class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ecall/tags/1.12.7/class.php
r180205 r180211 153 153 $parse['comment_count']=$post->comment_count; 154 154 $parse['url']=post_permalink($id); 155 $template=$this->sys_cfg['template'];155 $template=$this->sys_cfg['template']?$this->sys_cfg['template']:"<li><a href='{url}'>{title}</a></li>"; 156 156 $html.=$this->parse($template,$parse); 157 157 }
Note: See TracChangeset
for help on using the changeset viewer.