CheckLogin("read") && $this->CheckConfig($arCallFunction, $arCallArgs) ) { function maketime($date) { $tok=explode("-",$date); return (mktime(0,0,0,$tok[1],$tok[0],$tok[2])); } ?>
summary; ?>
="]=maketime($startdate); $crit["published"]["value"]["<="]=maketime($enddate); // because this is the management interface, don't recurse into subdirs. $crit["object"]["parent"]["="]="'".AddSlashes($this->path)."'"; if (is_array($art=$this->find(".",$crit,"system.get.phtml"))) { arsort($art); while ((list($key,$obj)=each($art))) { $obj->call("show.phtml"); } } ?>