entry['page']; if( $pcasthelper ) { $p = $pcasthelper->get_info( $page ); if( !$p['nr'] ) { $path = explode( ':', $page ); $p['nr'] = array_pop( $path ); } $files = $p['files']; } ?>
tpl_link(); echo "\" class=\"postdate\">"; $entry->tpl_created("%Y-%m-%d"); echo "tpl_link(); echo "\"> // ".$entry->entry["title"].""; $source = array( ); $links = array( ); foreach( $files as $ext => $f ) { if( !$f['size'] ) continue; $source[] = ""; $links[] = "
  • ".$p['nr'].".$ext(".$f['hsize'].")
  • "; } echo "
    "; if( count( $source )) { echo ""; } if( count( $links )) { echo ""; echo "
    "; } //show entry $entry->tpl_entry(//included true, //readmore (where to cut valid when using ~~READMORE~~) "syntax", //inc level false, //skip header true); ?>