- Learning Drupal 6 Module Development
- Matt Butcher
- 166字
- 2021-07-02 12:00:56
Chapter 4. Theming Modules
In the last chapter, we took a look at the Drupal theme system, and created our own theme. This chapter will begin where we left off, but with a twist—this time we will create a module with a default theme. To do this, we will develop a new module.
The Philosophy Quotes module that we will create in this chapter will use Drupal's theme system and a simple database query to theme the content of a custom content type.
Here are some of the items we will cover while working on this module:
- Creating a custom content type
- Performing simple database operations
- Registering a module's theme functions with the
hook_theme()
function - Adding theme hooks to a module
- Adding CSS stylesheets to a module's default theme
- Using theme CSS and template files to override default module theme functions
In the next chapter, we will continue with this module. There, we will augment our Philosophy Quotes module with some JavaScript.
推薦閱讀
- EJB 3.0 Database Persistence with Oracle Fusion Middleware 11g: LITE
- DotNetNuke 5.4 Cookbook
- Photoshop CC 2018實用教程
- Wordpress 3 Complete
- Microsoft BizTalk Server 2010 Patterns
- 穿越Photoshop CC
- ASP.NET MVC 2 Cookbook
- 二維計算機繪圖教程:二維CAD工程師取證全程指導
- Android User Interface Development: Beginner's Guide
- Drupal 6 Panels Cookbook
- 新編AutoCAD制圖快捷命令速查一冊通
- PowerPoint 2013從新手到高手(超值版)
- Linux Shell Scripting Cookbook
- Python Testing Cookbook
- VMware Virtual SAN實戰