From 0ce90a043eef532a71952e6aac43e6be6affc0f0 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 23 Nov 2010 22:13:32 +0100 Subject: Added import to EPUB function. --- epub/templates/toc.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 epub/templates/toc.html (limited to 'epub/templates/toc.html') diff --git a/epub/templates/toc.html b/epub/templates/toc.html new file mode 100644 index 00000000..b14c9da3 --- /dev/null +++ b/epub/templates/toc.html @@ -0,0 +1,32 @@ + + + ${book.title} + + + + + + + ${tocEntry(child)} + + + + ${tocEntry(child)} + + + -- cgit