contemplate.css |
contemplate.css |
|
div.contemplate-input .form-textarea {
height: 200px;
border: 1px solid #666;
font-family: Profont, 'lucida console', Monaco, monospace;
}
div.contemplate-scroller {
padding: 0 1em;
height: 150px;
overflow: auto;
border: 1px… |
contemplate.info |
contemplate.info |
|
name = Content Templates
description = Create templates to customize output of teaser and body content.
package = CCK
core = 7.x
configure = admin/config/contemplate
files[] = contemplate.module
files[] = contemplate.test |
contemplate.install |
contemplate.install |
|
Content template module install/schema hooks. |
contemplate.module |
contemplate.module |
|
Create templates to customize teaser and body content. |
contemplate.test |
contemplate.test |
|
Tests for different parts of the contemplate system |
README.txt |
README.txt |
|
Content Template (contemplate) Module for Drupal
by Jeff Robbins | Lullabot | www.lullabot.com
------------------------------------------------
What is the difference between ConTemplate and theming?
In Drupal, the presentational layer (the theme)… |