SlideShare uma empresa Scribd logo
1 de 12
Baixar para ler offline
TEMAS
DRUPAL
Oficina Drupal - IST
8 de Maio 2010

João Belchior (Jolidog)
Designer | Themer
TEMPLATE LAYER

                 TEMA      Tema          .tpl.php             CSS           jQuery
                   .info
               .tpl.php
          template.php
                           PHPTemplate Engine (Layouts e estilos base)
             SUB-TEMA

          TEMAS BASE
                           Módulos contrib (Views, CCK, Calendar, etc...)
            SISTEMAS
          AVANÇADOS
                           Módulos do núcleo (Blog, Forum, etc...)



                           Núcleo


                           Drupal


Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER

                 TEMA      nomedotema.info *   Define regiões para os módulos
                                               Define folhas de estilo e scripts javascript
                   .info
               .tpl.php    style.css
          template.php     script.js
                                               name = Garland

             SUB-TEMA                          description = Tableless, recolorable, multi-
                           page.tpl.php
                                               column, fluid width theme (default).
                           node.tpl.php
          TEMAS BASE                           version = VERSION
                           block.tpl.php
                                               core = 6.x
            SISTEMAS
                                               engine = phptemplate
          AVANÇADOS        template.php
                                               regions[left] = Left sidebar
                                               regions[right] = Right sidebar
                           logo.png
                                               regions[content] = Content
                           screenshot.png      regions[header] = Header
                                               regions[footer] = Footer

                           images              stylesheets[all][] = style.css
                           .....               stylesheets[print][] = print.css

                                               scripts[] = myscript.js




Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER
                                               LOGO
                 TEMA      nomedotema.info *
                   .info
               .tpl.php    style.css
          template.php     script.js

             SUB-TEMA
                           page.tpl.php
                           node.tpl.php
          TEMAS BASE
                           block.tpl.php

            SISTEMAS
          AVANÇADOS        template.php


                           logo.png
                           screenshot.png


                           images
                           .....




Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER

                 TEMA      nomedotema.info *   Preprocessors
                   .info
               .tpl.php    style.css
                                               Criar ou preparar variavéis para serem usadas
                                               no template
          template.php     script.js

             SUB-TEMA                              phptemplate_preprocess_xyz
                           page.tpl.php
                           node.tpl.php
          TEMAS BASE                               wonderful_preprocess_xyz
                           block.tpl.php

            SISTEMAS
          AVANÇADOS        template.php
                                               Theme functions override

                           logo.png
                           screenshot.png      Alterar funções de apresentação que módulos
                                               tenham definido

                           images
                                                   function theme_xyz( $a, $b, $c) {
                           .....

                                                   function nomedotema_xyz( $a, $b, $c) {



Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER
                           Tema                  Sub-Tema
                 TEMA        nomedotema.info *     nomedosubtema.info *
                   .info     style.css             style.css
               .tpl.php      script.js
                                                   node.tpl.php
          template.php       page.tpl.php
                             node.tpl.php          logo.png
                             block.tpl.php         screenshot.png
             SUB-TEMA
                             template.php
          TEMAS BASE         logo.png
                             screenshot.png
            SISTEMAS
          AVANÇADOS




Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER
                           Tema                    Sub-Tema
                 TEMA        nomedotema.info *          nomedosubtema.info *
                   .info     style.css                  style.css
               .tpl.php      script.js
                                                        node.tpl.php
          template.php       page.tpl.php
                             node.tpl.php               logo.png
                             block.tpl.php              screenshot.png
             SUB-TEMA
                             template.php
          TEMAS BASE         logo.png
                                                 Sub-Tema 2
                             screenshot.png        nomedosubtema2.info *
            SISTEMAS
                                                   style.css
          AVANÇADOS
                                                   logo.png
                                                   screenshot.png




Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER
                           Tema                    Sub-Tema
                 TEMA        nomedotema.info *          nomedosubtema.info *
                   .info     style.css                  style.css
               .tpl.php      script.js
                                                        node.tpl.php
          template.php       page.tpl.php
                             node.tpl.php               logo.png
                             block.tpl.php              screenshot.png
             SUB-TEMA
                             template.php
          TEMAS BASE         logo.png
                                                 Sub-Tema 2
                             screenshot.png        nomedosubtema2.info *
            SISTEMAS
                                                   style.css
          AVANÇADOS
                                                   logo.png
                                                   screenshot.png



                                                 Sub-Tema 2a
                                                   nomedosubtema2a.info *

                                                   style.css

                                                   page.tpl.php

                                                   logo.png
                                                   screenshot.png
Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER
                           Community Support
                              Zen
                 TEMA         http://drupal.org/project/zen
                   .info
               .tpl.php       Ninesixty
                              http://drupal.org/project/ninesixty
          template.php
                              Genesis
             SUB-TEMA         http://drupal.org/project/genesis


          TEMAS BASE

            SISTEMAS       Commercial Support
          AVANÇADOS
                              Fusion + Skinr
                              http://drupal.org/project/fusion
                              http://drupal.org/project/skinr




                              AdaptativeTheme
                              http://drupal.org/project/adaptivetheme


Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER
                           Community Support
                              Zen
                 TEMA         http://drupal.org/project/zen
                   .info
               .tpl.php       Ninesixty
                              http://drupal.org/project/ninesixty
          template.php
                              Genesis
             SUB-TEMA         http://drupal.org/project/genesis


          TEMAS BASE

            SISTEMAS       Commercial Support
          AVANÇADOS
                              Fusion + Skinr                            Acquia Prosper
                              http://drupal.org/project/fusion          Acquia Marina
                              http://drupal.org/project/skinr           Acquia Slate
                                                                        Abstract
                                                                        Celadon
                                                                        Light Fantastic




                              AdaptativeTheme                           AT Mobile
                              http://drupal.org/project/adaptivetheme   AT Koda
                                                                        AT Panels Everywhere

Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER
                           Módulos de ajuda
                              Semantic Views
                 TEMA         http://drupal.org/project/semanticviews
                   .info
                              Block Class
               .tpl.php       http://drupal.org/project/block_class
          template.php
                              Menu Class
                              http://drupal.org/project/menuclass
             SUB-TEMA
                              ..........

          TEMAS BASE       Módulos complexos
                              Context
            SISTEMAS          http://drupal.org/project/context
          AVANÇADOS           Spaces
                              http://drupal.org/project/spaces

                              Display Suite
                              http://drupal.org/project/ds
                              Node Displays
                              http://drupal.org/project/nd
                              User Displays
                              http://drupal.org/project/ud
                              .... Displays

                              Panels
                              http://drupal.org/project/panels
                              Panels Everywhere
                              http://drupal.org/project/panels_everywhere


Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER

                 TEMA
                   .info
               .tpl.php
          template.php

             SUB-TEMA

          TEMAS BASE
                           Obrigado!
                           João Belchior (Jolidog)
            SISTEMAS       Designer | Themer
          AVANÇADOS




Oficina Drupal - IST
8 de Maio 2010

Mais conteúdo relacionado

Destaque

Capabilities 8 2 10
Capabilities 8 2 10Capabilities 8 2 10
Capabilities 8 2 10toddzaugg
 
Brunel Engineering
Brunel EngineeringBrunel Engineering
Brunel Engineeringwouterarts
 
Interactive Marketing 2010
Interactive Marketing 2010Interactive Marketing 2010
Interactive Marketing 2010The Loud Few
 
7 elements of art, summary
7 elements of art, summary7 elements of art, summary
7 elements of art, summarygzorskas
 
Ταξινομία Των Ζώων
Ταξινομία Των ΖώωνΤαξινομία Των Ζώων
Ταξινομία Των ΖώωνChristos Skarkos
 
1.3 skl ki kd rev
1.3 skl ki kd rev1.3 skl ki kd rev
1.3 skl ki kd revedisenoadji
 
24symbols. The Spotify Model for eBooks - Presentation
24symbols. The Spotify Model for eBooks - Presentation24symbols. The Spotify Model for eBooks - Presentation
24symbols. The Spotify Model for eBooks - Presentation24Symbols
 
Using David Allen's Model to Help the Parents and Other People
Using David Allen's Model to Help the Parents and Other PeopleUsing David Allen's Model to Help the Parents and Other People
Using David Allen's Model to Help the Parents and Other PeopleJosephina Ho
 
Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...
Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...
Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...Christos Skarkos
 
Jimmy kimmel live
Jimmy kimmel liveJimmy kimmel live
Jimmy kimmel liveBen March
 
Drug Addiction NICE Guidelines
Drug Addiction NICE GuidelinesDrug Addiction NICE Guidelines
Drug Addiction NICE GuidelinesPk Doctors
 

Destaque (16)

Capabilities 8 2 10
Capabilities 8 2 10Capabilities 8 2 10
Capabilities 8 2 10
 
Brunel Engineering
Brunel EngineeringBrunel Engineering
Brunel Engineering
 
P1151439345
P1151439345P1151439345
P1151439345
 
Interactive Marketing 2010
Interactive Marketing 2010Interactive Marketing 2010
Interactive Marketing 2010
 
7 elements of art, summary
7 elements of art, summary7 elements of art, summary
7 elements of art, summary
 
Ppsj maikel
Ppsj maikelPpsj maikel
Ppsj maikel
 
Manny
MannyManny
Manny
 
Ταξινομία Των Ζώων
Ταξινομία Των ΖώωνΤαξινομία Των Ζώων
Ταξινομία Των Ζώων
 
1.3 skl ki kd rev
1.3 skl ki kd rev1.3 skl ki kd rev
1.3 skl ki kd rev
 
opendatahub team
opendatahub teamopendatahub team
opendatahub team
 
24symbols. The Spotify Model for eBooks - Presentation
24symbols. The Spotify Model for eBooks - Presentation24symbols. The Spotify Model for eBooks - Presentation
24symbols. The Spotify Model for eBooks - Presentation
 
Using David Allen's Model to Help the Parents and Other People
Using David Allen's Model to Help the Parents and Other PeopleUsing David Allen's Model to Help the Parents and Other People
Using David Allen's Model to Help the Parents and Other People
 
Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...
Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...
Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...
 
Jimmy kimmel live
Jimmy kimmel liveJimmy kimmel live
Jimmy kimmel live
 
Dream Team PPT
Dream Team PPTDream Team PPT
Dream Team PPT
 
Drug Addiction NICE Guidelines
Drug Addiction NICE GuidelinesDrug Addiction NICE Guidelines
Drug Addiction NICE Guidelines
 

Semelhante a Drupal temas

Drupal Themes
Drupal ThemesDrupal Themes
Drupal Themesakosh
 
Theming tips and tricks
Theming tips and tricksTheming tips and tricks
Theming tips and tricksaaroncouch
 
Drupal7 themeing changes and inheritence
Drupal7 themeing changes and inheritenceDrupal7 themeing changes and inheritence
Drupal7 themeing changes and inheritenceAimee Maree Forsstrom
 
Theming Drupal: Beyond the Look and Feel
Theming Drupal: Beyond the Look and FeelTheming Drupal: Beyond the Look and Feel
Theming Drupal: Beyond the Look and FeelChris Albrecht
 
Intro to Theming Drupal, FOSSLC Summer Camp 2010
Intro to Theming Drupal, FOSSLC Summer Camp 2010Intro to Theming Drupal, FOSSLC Summer Camp 2010
Intro to Theming Drupal, FOSSLC Summer Camp 2010Emma Jane Hogbin Westby
 
Drupal 6 Overview
Drupal 6 OverviewDrupal 6 Overview
Drupal 6 OverviewRyan Cross
 
Drupal 7 Theme System
Drupal 7 Theme SystemDrupal 7 Theme System
Drupal 7 Theme SystemPeter Arato
 
Introduction To Drupal
Introduction To DrupalIntroduction To Drupal
Introduction To DrupalLauren Roth
 
Drupal 8: frontend development
Drupal 8: frontend developmentDrupal 8: frontend development
Drupal 8: frontend developmentsparkfabrik
 
DrupalEasy: Intro to Theme Development
DrupalEasy: Intro to Theme DevelopmentDrupalEasy: Intro to Theme Development
DrupalEasy: Intro to Theme Developmentultimike
 
Creating and Theming Custom Content Types
Creating and Theming Custom Content TypesCreating and Theming Custom Content Types
Creating and Theming Custom Content Typesheatherrumd
 
Creating and Theming Custom Content Types
Creating and Theming Custom Content TypesCreating and Theming Custom Content Types
Creating and Theming Custom Content Typesheatherrumd
 
Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8Anne Tomasevich
 

Semelhante a Drupal temas (20)

Drupal Themes
Drupal ThemesDrupal Themes
Drupal Themes
 
Theming tips and tricks
Theming tips and tricksTheming tips and tricks
Theming tips and tricks
 
Drupal7 themeing changes and inheritence
Drupal7 themeing changes and inheritenceDrupal7 themeing changes and inheritence
Drupal7 themeing changes and inheritence
 
Drupal theme development
Drupal theme developmentDrupal theme development
Drupal theme development
 
Drupal Theme Development
Drupal Theme DevelopmentDrupal Theme Development
Drupal Theme Development
 
Theming and content basics - Drupal Camp CT 2011
Theming and content basics - Drupal Camp CT 2011Theming and content basics - Drupal Camp CT 2011
Theming and content basics - Drupal Camp CT 2011
 
Theming Drupal: Beyond the Look and Feel
Theming Drupal: Beyond the Look and FeelTheming Drupal: Beyond the Look and Feel
Theming Drupal: Beyond the Look and Feel
 
Drupal
DrupalDrupal
Drupal
 
Drupal theming
Drupal themingDrupal theming
Drupal theming
 
Intro to Theming Drupal, FOSSLC Summer Camp 2010
Intro to Theming Drupal, FOSSLC Summer Camp 2010Intro to Theming Drupal, FOSSLC Summer Camp 2010
Intro to Theming Drupal, FOSSLC Summer Camp 2010
 
Drupal 6 Overview
Drupal 6 OverviewDrupal 6 Overview
Drupal 6 Overview
 
Drupal Theming
Drupal Theming Drupal Theming
Drupal Theming
 
Drupal 7 Theme System
Drupal 7 Theme SystemDrupal 7 Theme System
Drupal 7 Theme System
 
Themes
ThemesThemes
Themes
 
Introduction To Drupal
Introduction To DrupalIntroduction To Drupal
Introduction To Drupal
 
Drupal 8: frontend development
Drupal 8: frontend developmentDrupal 8: frontend development
Drupal 8: frontend development
 
DrupalEasy: Intro to Theme Development
DrupalEasy: Intro to Theme DevelopmentDrupalEasy: Intro to Theme Development
DrupalEasy: Intro to Theme Development
 
Creating and Theming Custom Content Types
Creating and Theming Custom Content TypesCreating and Theming Custom Content Types
Creating and Theming Custom Content Types
 
Creating and Theming Custom Content Types
Creating and Theming Custom Content TypesCreating and Theming Custom Content Types
Creating and Theming Custom Content Types
 
Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8
 

Último

NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...Amil baba
 
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130Suhani Kapoor
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentationamedia6
 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...babafaisel
 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Call Girls in Nagpur High Profile
 
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceCALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceanilsa9823
 
WAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past QuestionsWAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past QuestionsCharles Obaleagbon
 
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...Pooja Nehwal
 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Delhi Call girls
 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Delhi Call girls
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...Call Girls in Nagpur High Profile
 
SCRIP Lua HTTP PROGRACMACION PLC WECON CA
SCRIP Lua HTTP PROGRACMACION PLC  WECON CASCRIP Lua HTTP PROGRACMACION PLC  WECON CA
SCRIP Lua HTTP PROGRACMACION PLC WECON CANestorGamez6
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Douxkojalkojal131
 
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...nagunakhan
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation decktbatkhuu1
 
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130Suhani Kapoor
 
Petrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptxPetrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptxIgnatiusAbrahamBalin
 
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...ranjana rawat
 

Último (20)

NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
 
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentation
 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
 
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceCALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
 
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
 
WAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past QuestionsWAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past Questions
 
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...
 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
 
SCRIP Lua HTTP PROGRACMACION PLC WECON CA
SCRIP Lua HTTP PROGRACMACION PLC  WECON CASCRIP Lua HTTP PROGRACMACION PLC  WECON CA
SCRIP Lua HTTP PROGRACMACION PLC WECON CA
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
 
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation deck
 
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
 
Petrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptxPetrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptx
 
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
 

Drupal temas

  • 1. TEMAS DRUPAL Oficina Drupal - IST 8 de Maio 2010 João Belchior (Jolidog) Designer | Themer
  • 2. TEMPLATE LAYER TEMA Tema .tpl.php CSS jQuery .info .tpl.php template.php PHPTemplate Engine (Layouts e estilos base) SUB-TEMA TEMAS BASE Módulos contrib (Views, CCK, Calendar, etc...) SISTEMAS AVANÇADOS Módulos do núcleo (Blog, Forum, etc...) Núcleo Drupal Oficina Drupal - IST 8 de Maio 2010
  • 3. TEMPLATE LAYER TEMA nomedotema.info * Define regiões para os módulos Define folhas de estilo e scripts javascript .info .tpl.php style.css template.php script.js name = Garland SUB-TEMA description = Tableless, recolorable, multi- page.tpl.php column, fluid width theme (default). node.tpl.php TEMAS BASE version = VERSION block.tpl.php core = 6.x SISTEMAS engine = phptemplate AVANÇADOS template.php regions[left] = Left sidebar regions[right] = Right sidebar logo.png regions[content] = Content screenshot.png regions[header] = Header regions[footer] = Footer images stylesheets[all][] = style.css ..... stylesheets[print][] = print.css scripts[] = myscript.js Oficina Drupal - IST 8 de Maio 2010
  • 4. TEMPLATE LAYER LOGO TEMA nomedotema.info * .info .tpl.php style.css template.php script.js SUB-TEMA page.tpl.php node.tpl.php TEMAS BASE block.tpl.php SISTEMAS AVANÇADOS template.php logo.png screenshot.png images ..... Oficina Drupal - IST 8 de Maio 2010
  • 5. TEMPLATE LAYER TEMA nomedotema.info * Preprocessors .info .tpl.php style.css Criar ou preparar variavéis para serem usadas no template template.php script.js SUB-TEMA phptemplate_preprocess_xyz page.tpl.php node.tpl.php TEMAS BASE wonderful_preprocess_xyz block.tpl.php SISTEMAS AVANÇADOS template.php Theme functions override logo.png screenshot.png Alterar funções de apresentação que módulos tenham definido images function theme_xyz( $a, $b, $c) { ..... function nomedotema_xyz( $a, $b, $c) { Oficina Drupal - IST 8 de Maio 2010
  • 6. TEMPLATE LAYER Tema Sub-Tema TEMA nomedotema.info * nomedosubtema.info * .info style.css style.css .tpl.php script.js node.tpl.php template.php page.tpl.php node.tpl.php logo.png block.tpl.php screenshot.png SUB-TEMA template.php TEMAS BASE logo.png screenshot.png SISTEMAS AVANÇADOS Oficina Drupal - IST 8 de Maio 2010
  • 7. TEMPLATE LAYER Tema Sub-Tema TEMA nomedotema.info * nomedosubtema.info * .info style.css style.css .tpl.php script.js node.tpl.php template.php page.tpl.php node.tpl.php logo.png block.tpl.php screenshot.png SUB-TEMA template.php TEMAS BASE logo.png Sub-Tema 2 screenshot.png nomedosubtema2.info * SISTEMAS style.css AVANÇADOS logo.png screenshot.png Oficina Drupal - IST 8 de Maio 2010
  • 8. TEMPLATE LAYER Tema Sub-Tema TEMA nomedotema.info * nomedosubtema.info * .info style.css style.css .tpl.php script.js node.tpl.php template.php page.tpl.php node.tpl.php logo.png block.tpl.php screenshot.png SUB-TEMA template.php TEMAS BASE logo.png Sub-Tema 2 screenshot.png nomedosubtema2.info * SISTEMAS style.css AVANÇADOS logo.png screenshot.png Sub-Tema 2a nomedosubtema2a.info * style.css page.tpl.php logo.png screenshot.png Oficina Drupal - IST 8 de Maio 2010
  • 9. TEMPLATE LAYER Community Support Zen TEMA http://drupal.org/project/zen .info .tpl.php Ninesixty http://drupal.org/project/ninesixty template.php Genesis SUB-TEMA http://drupal.org/project/genesis TEMAS BASE SISTEMAS Commercial Support AVANÇADOS Fusion + Skinr http://drupal.org/project/fusion http://drupal.org/project/skinr AdaptativeTheme http://drupal.org/project/adaptivetheme Oficina Drupal - IST 8 de Maio 2010
  • 10. TEMPLATE LAYER Community Support Zen TEMA http://drupal.org/project/zen .info .tpl.php Ninesixty http://drupal.org/project/ninesixty template.php Genesis SUB-TEMA http://drupal.org/project/genesis TEMAS BASE SISTEMAS Commercial Support AVANÇADOS Fusion + Skinr Acquia Prosper http://drupal.org/project/fusion Acquia Marina http://drupal.org/project/skinr Acquia Slate Abstract Celadon Light Fantastic AdaptativeTheme AT Mobile http://drupal.org/project/adaptivetheme AT Koda AT Panels Everywhere Oficina Drupal - IST 8 de Maio 2010
  • 11. TEMPLATE LAYER Módulos de ajuda Semantic Views TEMA http://drupal.org/project/semanticviews .info Block Class .tpl.php http://drupal.org/project/block_class template.php Menu Class http://drupal.org/project/menuclass SUB-TEMA .......... TEMAS BASE Módulos complexos Context SISTEMAS http://drupal.org/project/context AVANÇADOS Spaces http://drupal.org/project/spaces Display Suite http://drupal.org/project/ds Node Displays http://drupal.org/project/nd User Displays http://drupal.org/project/ud .... Displays Panels http://drupal.org/project/panels Panels Everywhere http://drupal.org/project/panels_everywhere Oficina Drupal - IST 8 de Maio 2010
  • 12. TEMPLATE LAYER TEMA .info .tpl.php template.php SUB-TEMA TEMAS BASE Obrigado! João Belchior (Jolidog) SISTEMAS Designer | Themer AVANÇADOS Oficina Drupal - IST 8 de Maio 2010