You are here

_README.txt in Drupal Commons 7.3


Example Page Layout Plugin
--------------------------

If you are NOT developing a page layout plugin you can safely delete this
entire directory from your sub-theme.

If you are developing a page layout plugin see the developer notes in
AT Core /layouts/core/_README.txt, there are many code comments in the
three_col_grail inc file also.

You can enable the "naked" example layout plugin by uncommenting the
info file entry in your subthemes info file. Look for:

Custom Page Layout Plugins:
plugins[page_layout][layouts] = custom_layouts

File

themes/commons/commons_origins/custom_layouts/_README.txt
View source
  1. Example Page Layout Plugin
  2. --------------------------
  3. If you are NOT developing a page layout plugin you can safely delete this
  4. entire directory from your sub-theme.
  5. If you are developing a page layout plugin see the developer notes in
  6. AT Core /layouts/core/_README.txt, there are many code comments in the
  7. three_col_grail inc file also.
  8. You can enable the "naked" example layout plugin by uncommenting the
  9. info file entry in your subthemes info file. Look for:
  10. Custom Page Layout Plugins:
  11. plugins[page_layout][layouts] = custom_layouts