Корично изображение Електронна книга

Drupal 5 themes : create a new theme for your Drupal website with a clean layout and powerful CSS styling /

Create a new theme for your Drupal website with a clean layout and powerful CSS styling.

Основен автор: Shreves, Ric.
Други автори: Myburgh, Dave. (Reviewer)
Формат: Електронна книга
Език: English
Публикувано: Birmingham, U.K. : Packt Pub., 2007.
Предмети:
Онлайн достъп: http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=429951
Подобни документи: Print version:: Drupal 5 Themes.
Съдържание:
  • Drupal 5 Themes; Drupal 5 Themes; Credits; About the Author; About the Reviewer; Preface; What This Book Covers; What You Need for This Book; Who is This Book for; Conventions; Reader Feedback; Customer Support; Downloading the Example Code for the Book; Errata; Questions; 1. The Elements of a Drupal Theme; What is a Theme?; ; ; ; ; Official Drupal Online Resources; What is a Templating Engine?; The Range and Flexibility of Drupal Themes; ; ; ; ; Who's using Drupal? Some big names ... ; What You See on the Screen; The Big Picture: How Drupal Displays a Page; The Importance of Themes in Drupal.
  • Key Concepts; You Can Theme It All; Build with Blocks; Intercept and Override; The Contents of the Drupal Distro; The Theme Files; The Files of a PHPTemplate Theme; The Files of a Pure PHP Theme; Summary; 2. Theme Set Up and Configuration; Finding Additional Themes; Installing an Additional Theme; Configuring a Theme; Theme-Specific Configuration Options; ; Color Picker; Global Configuration Settings; Enable/Disable Page Elements; Logo Settings; Favicon Settings; Managing Modules and Blocks; The Module Manager; The Blocks Manager; ; Configuring Individual Blocks; Block Title.
  • User Specific Visibility SettingsRole Specific Visibility Settings; Page Specific Visibility Settings; Adding PHP to Blocks; Theming in Action: Dressing Up Garland; Set the Color Scheme; Change Display Settings; Upload Logo; Global Configuration; Enable Modules; Manage Blocks; Add Some Dummy Content and Links; Set Access Levels; Create a Custom Block; Set Block Visibility; Uninstalling Themes; Summary; 3. Working with Theme Engines; What is PHPTemplate?; How does it Work?; Getting Started with PHPTemplate; A Look at the Theme Engine Files; ; block.tpl.php; box.tpl.php; comment.tpl.php.
  • Default.tpl.phpnode.tpl.php; template.engine; A Look at the Key PHPTemplate File Contained in the Theme; Two Contrasting Examples; A Basic PHPTemplate Theme-Gagarin; A More Complex PHPTemplate Theme-Garland; Alternative Theme Engines; PHPTAL; Smarty; PHP XTemplate; Installing Additional Theme engines; Summary; 4. Style Sheets and Themeable Functions; A Guide to Drupal Style Sheets; ; ; ; ; admin.css; aggregator.css; block.css; book.css; color.css; comment.css; defaults.css; farbtastic.css; forum.css; help.css; locale.css; maintenance.css; node.css; poll.css; search.css; style.css; system.css.
  • Tracker.cssuser.css; watchdog.css; Identifying Themeable Functions; A Guide to Themeable Functions; Aggregator Module Functions; ; ; ; theme_aggregator_block_item; theme_aggregator_feed; Block Module Functions; ; ; ; theme_block_admin_display; Book Module Functions; ; ; ; theme_book_admin_table; theme_book_export_html; theme_book_navigation; Color Module Functions; ; ; ; theme_color_scheme_form; Comment Module Functions; ; ; ; theme_comment_admin_overview; theme_comment; theme_comment_block; theme_comment_controls; theme_comment_flat_collapsed; theme_comment_flat_expanded.