#ifndef CMS_FILES_H #define CMS_FILES_H //Directory for all resources, like default themes and such. #define CMS_FILE_RESOURCES "/usr/share/housecat" //File which tells us if a directory is already initiated. #define CMS_FILE_INITED ".cmsinited" //The name of the dir which specifies the title and //other metadata of a page #define CMS_FILE_PAGE "page" //Directory containing the user's resources. #define CMS_FILE_ROOT "pages" #endif