Projet

Général

Profil

Paste
Télécharger (1015 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adaptivetheme / at_subtheme / layouts / _README.txt @ 74f6bef0

1 85ad3d82 Assos Assos
2
3
Example Layout Plugins
4
----------------------
5
6
If you are NOT developing a page layout plugin you can safely delete this
7
entire directory from your sub-theme.
8
9
10
Page Layouts
11
------------
12
13
If you are developing a page layout plugin see the developer notes in:
14
15
  at_core/layouts/core/_README.txt
16
17
There are many code comments in the three_col_grail.inc file.
18
19
You can enable the "naked" example layout plugin by uncommenting the
20
info file entry in your subthemes info file. Look for:
21
22
  ; plugins[page_layout][layouts] = layouts/page
23
  
24
Remove the semicolon to uncomment and clear the cache.
25
26
27
28
Panels Layouts
29
--------------
30
31
If you are developing a Panels layout plugin see the developer notes in:
32
33
  at_core/layouts/panels/_README.txt
34
35
There are many code comments in the five_5x20.inc file.
36
37
You can enable the example Panels plugin by uncommenting the
38
info file entry in your subthemes info file. Look for:
39
40
  ; plugins[panels][layouts] = layouts/panels
41
42
Remove the semicolon to uncomment and clear the cache.