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.features.inc |
includes/contemplate.features.inc |
|
|
contemplate.info |
contemplate.info |
|
name = Content Templates
description = Create templates to customize output of teaser and body content.
package = CCK
core = 6.x |
contemplate.install |
contemplate.install |
|
Content template module install/schema hooks. |
contemplate.module |
contemplate.module |
|
Create templates to customize teaser and body content. |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
verbatim copies of this license document, but… |
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)… |