Morph

The swiss army knife of Joomla template frameworks.

Documentation

  • Banner

Debugging options

These options are useful when developing your site and can be used to help you debug any issues you may encounter.

Enable code comments

The code comments make it super easy to find exactly where a section of code is being loaded from. Each comment will wrap around the specific section of code, include the file name in which it resides as well as the line number.

Enable error reporting

This will enable all php errors and notices to be displayed.

Enable jQuery

Morph uses jQuery extensively, so this should generally be left enabled. We have added the option to disable more for testing / debugging purposes.

Debug Modules

Enabling this option will globally change all modules to use the "outline" module chrome. This is good when you want to see which module positions are being used where.

Saturday, 20 August 2011

Introduction to Morph's architecture

Morph's architecture is quite different from most traditional Joomla! templates, so it's important to you understand the role that each of the three key parts play, as it will help you grasp the other key concepts that Morph introduces.

Fork on Github