Home
last modified time | relevance | path

Searched refs:epub_pages (Results 1 – 1 of 1) sorted by relevance

/plugin/epub/scripts/
H A Debook.php165 $epub_pages = explode(';;',$epub_ids) ; variable
167 $epub_user_title = strpos($epub_pages[0], 'title') !== false ? true: false;
172 $creator->create($epub_pages[0], $epub_user_title);
173 array_shift($epub_pages);
179 epub_checkfor_ns($epub_pages[0],$epub_pages, $epub_titles);
184 foreach($epub_pages as $page) {