pressbooks aldine theme the theme used for the front page or default book

12 lines
553 B

<script type="text/javascript">
$(document).ready(function () {
fluid.uiOptions.prefsEditor(".flc-prefsEditor-separatedPanel", {
tocTemplate: "/app/themes/pressbooks-aldine/lib/infusion/src/components/tableOfContents/html/TableOfContents.html",
terms: {
templatePrefix: "/app/themes/pressbooks-aldine/lib/infusion/src/framework/preferences/html",
messagePrefix: "/app/themes/pressbooks-aldine/lib/infusion/src/framework/preferences/messages"
}
});
})
</script>