//////////////////////////////////////////////
Instructions:

The main files you want to edit are the recipe2.ftl (which is the standard layout for ingredients) and recip.ftl (if you use the dvo ingredient format). page.ftl is the file used for recipes that have no ingredients. You can change some of the coloring on the chapter.ftl or cookbook.ftl but the structure may be more difficult to customize.

The .ftl file is basically an html file with some added programing. You can change the extension from .ftl to .html while you are working on the file for easy of use. Make sure to revert the extensions back to .ftl before importing into Cook'n.

If you add images in html or in the css, place the image file on the root of the folder and place this code in front of the link path: ${THEME_URL}?THEME_ID=${THEME_ID}&FILE_NAME= (for example) if I add an image to the background called background.jpg before the image will show in Cook'n the name will need to be ${THEME_URL}?THEME_ID=${THEME_ID}&FILE_NAME=background.jpg.

Feel free to add more markup as needed to structure the document. Just make sure to not remove or change any of the programing tags like those that start with $ or <#if.

The name of this folder will be the name of the theme after importing into Cook'n.
To import, open Cook'n and choose file-->themes-->capture.

Any trouble contact andy@dvo.com
Delete this .txt document from the root before importing into Cook'n
//////////////////////////////////////////////