You are here

themekey.book.inc in ThemeKey 6

File

modules/themekey.book.inc
View 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