Projet

Général

Profil

Paste
Télécharger (2 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adaptivetheme / GETTING_STARTED.txt @ 87dbc3bf

1

    
2

    
3
Theme Structure
4
---------------
5

    
6
In this directory there are three folders:
7

    
8
  - at_core
9
  - at_admin
10
  - at_subtheme
11

    
12

    
13

    
14
AT Core
15
-------
16

    
17
The core base theme, includes the pluggable layout system, templates,
18
polyfill scripts, forms, very basic CSS used by core and some admin pages and
19
a couple CSS files for some theme settings styles, all the core function
20
overrides and all the core Extension features available to your sub-themes.
21

    
22
You can safely ignore this theme, it's merely there to run in the background
23
and do the heavy lifting. For developers the code is well commented and I have
24
tried to structure the theme so its easy to follow. Suggestions, improvements
25
and of course patches are welcome.
26

    
27

    
28

    
29
AT Admin
30
--------
31

    
32
An administration theme, use is entirely optional. This theme was carried
33
forward from the Drupal 6, which did not have a default admin theme like Drupal
34
7's Seven theme. AT will work just as well with both admin themes, either Seven
35
or AT Admin, however issues could arise if you try to use something like Rubrik
36
or Root Candy (both untested). AT Core heavily styles its theme settings pages
37
and there is no accounting for what other admin themes might break.
38

    
39

    
40

    
41
AT Subtheme
42
-----------
43

    
44
The blank "starterkit" type theme for building your own sub-theme.
45
This is the one you need and will be most interested in if you are developing
46
a new theme. Instructions are included in the README in this theme.
47

    
48

    
49

    
50
Note from the developer...
51
--------------------------
52

    
53
I hope you enjoy this theme and it provides the tools and experience you are
54
looking for. I have spent countless hours developing Adaptivetheme in the hope
55
that it will ease theme development and make your job a little bit more
56
enjoyable. I enjoy developing and using this theme, I hope you do as well.
57

    
58
At some stage you may need support or simply have a question, or even a bold
59
new suggestion - please see the issue queue first and submit issues there:
60

    
61
  http://drupal.org/project/issues/adaptivetheme
62

    
63
Happy theming!
64

    
65
Jeff Burnz
66
Adaptivethemes.com
67

    
68

    
69

    
70