📁
Template Documentation
  • Introduction
  • Getting Started
    • Installation
    • Updating
    • Uninstallation
    • Changelog
    • Joomla 4
  • Template Options
    • Overview
    • Basic
      • Logo
      • Toolbar
      • Header
      • Mobile
      • Page Title
      • Dialog
      • Body
      • Footer
      • Contact Info
      • Social Icons
  • Presets
  • Layout
  • Menu
  • Typography
  • Blog
  • Custom Code
  • Advanced
    • Coming Soon
    • Error Page
    • Cookie Banner
    • Compression
    • Scss
    • Font settings
    • Image
    • Import & Export Layout
    • Analytics
  • Developers
    • File Structure
    • Module Positions
    • Customization
    • Add Custom Fonts
    • Changing the Name of a Theme
  • Tutorials
    • Overview
  • Troubleshooting
    • Layout Issue
    • File Permission Issues
Powered by GitBook
On this page

Was this helpful?

  1. Developers

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.

PreviousAnalyticsNextModule Positions

Last updated 3 years ago

Was this helpful?