{@ // 캐싱위해 load 태크 대신 Context 변수로 넘김 $load_files = array(); $load_files[] = $tpl_path . 'style.css'; $load_files[] = $tpl_path . 'script.js'; }
{@ $comment = $torrent->comment(); }
토렌트 {htmlspecialchars($torrent->name())}
생성일 {date('Y-m-d H:i:s', $torrent->creation_date)}
코멘트 {htmlspecialchars($comment)}
크기 {etorrent::formatBytes($torrent->size())}
마그넷 {$torrent->magnet()}
Hash Info {htmlspecialchars($torrent->hash_info())}
다운로드 {htmlspecialchars($file_info->source_filename)}
  1. {htmlspecialchars($name)} {sprintf(' %s', etorrent::formatBytes($size))}
by 엘카