File Structure
Understand the file structure of all Helix Ultimate 2 based themes.
Each Warptheme template contains the following files and folders.
Folder/File | Description |
/css | Contains all CSS files of the theme. |
/features | Contains the core files responsible for displaying all theme feature variations. |
/fonts | Contains the fontawesome 5 files. |
/headers | Contains the core files responsible for the predefined header layouts. |
/html | Contains all modules/components override for the theme. |
/images | Contains all image files of the theme. |
/js | Contains all JavaScript files of the theme. |
/scss | All SCSS files of your theme are stored in this folder. |
/comingsoon.php | Provides the complete HTML markup for the Coming Soon page layout. For more information, take a look at Comingsoon section. |
/component.php | This file provides the logic for the display of the printer friendly page, "E-mail this link to a friend." etc. |
/error.php | Provides the HTML markup for the error page layout |
/helper.php | This file loads the helper classes for voting article feature. |
/index.php | Includes layout calculations and assembles the theme's CSS and JS files. |
/offline.php | Provides the HTML markup for the offline page layout |
/options.json | Stores the saved theme settings. |
/options.xml | Defines the theme settings. |
/templateDetails.xml | This file contains general information on your theme, like the name, release date, directories and module positions. |
Last modified 1yr ago