themekey.book.inc in ThemeKey 6
Same filename and directory in other branches
File
modules/themekey.book.incView source
<?php
function themekey_book_themekey_properties() {
// Attributes for properties
$attributes = array();
$attributes['book:bid'] = array(
'description' => t('Book: ID'),
);
$attributes['book:has_children'] = array(
'description' => t('Book: Has Children'),
);
return array(
'attributes' => $attributes,
);
}
Functions
Name | Description |
---|---|
themekey_book_themekey_properties |