Zitat von der Homepage:
"The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem."
Dieses Modul installiert das 960 Grid CSS Framework für die Verwendung mit BlackCat CMS, so daß es in Templates verwendet werden kann. Bitte beachten daß die Dateien nach wie vor auf irgendeine Weise eingebunden werden müssen, z.B. durch Nutzung der headers.inc.php:
$mod_headers = array(
'frontend' => array(
'css' => array(
array(
'media' => 'all',
'file' => 'modules/lib_960grid/css/960.css'
)
)
)
);
"The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem."
Dieses Modul installiert das 960 Grid CSS Framework für die Verwendung mit BlackCat CMS, so daß es in Templates verwendet werden kann. Bitte beachten daß die Dateien nach wie vor auf irgendeine Weise eingebunden werden müssen, z.B. durch Nutzung der headers.inc.php:
$mod_headers = array(
'frontend' => array(
'css' => array(
array(
'media' => 'all',
'file' => 'modules/lib_960grid/css/960.css'
)
)
)
);