Plugin Directory

Changeset 180211


Ignore:
Timestamp:
12/06/2009 06:44:20 PM (16 years ago)
Author:
tomheng
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ecall/tags/1.12.7/class.php

    r180205 r180211  
    153153                $parse['comment_count']=$post->comment_count;
    154154                $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>";
    156156            $html.=$this->parse($template,$parse);
    157157            }
Note: See TracChangeset for help on using the changeset viewer.