goBack(trans("정상적인 접근이 아닙니다.")); $TClass = load("TClass"); $sql = " select * from $TClass->table_name where class_seq='$class_seq' "; $row = $DB->getOneRow($sql); $Category = load("Category"); // 대분류명 가져오기 $row[bcategory_title] = $Category->getTitle($Category->getParentCode($row[category_code])); // 소분류명 가져오기 $row[scategory_title] = $Category->getTitle($row[category_code]); // 교재정보 가져오기 $Book = load("Book"); $sql = " select * from $Book->table_name where book_code ='$row[book_code]' "; $brow = $DB->getOneRow($sql); $buy_url = "lecture_request.html"; ?>

THEME FILE ERROR!