Theme Options
COLORS SKINS PAGE COLOR BACKGROUND BODY

Error message

  • Deprecated function: Array and string offset access syntax with curly braces is deprecated in include_once() (line 20 of /home/royalcreations/public_html/shivamroy.com/includes/file.phar.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home/royalcreations/public_html/shivamroy.com/includes/common.inc).

Theming

Creating a Sub Theme in Drupal 7

Creating a sub-theme is really very simple. A sub-theme inherits a lot of the design resources from its parent theme. We can have multiple sub-themes inheriting only one base theme.

It is important to know that what a sub-theme inherits from its parent theme.

A sub theme will inherit:

  • All style sheets
  • Template files
  • Functions and overrides defined in the template.php

A sub-theme will not inherit:

Read More

Drupal 6 end-of-life announcement

On February 24th 2016, Drupal 6 will reach end of life and no longer be supported.

Read More