$mtype=1;
{:structureData(4, $catid, $SEO['title'], $url, $thumb, $title, $inputtime, $updatetime, $description, $content)}
{$title}
{:date("M. d, Y",$updatetime)}
{$content}
$pre_url = M('article')->where("updatetime>$updatetime and status=99 and isdelay=0 and catid=$catid and is_del=0")->order('updatetime ASC')->find();
$next_url = M('article')->where("updatetime<$updatetime and status=99 and isdelay=0 and catid=$catid and is_del=0")->order('updatetime DESC')->find();