You are here

designkit.tpl.php in DesignKit 7

Same filename and directory in other branches
  1. 6 designkit.tpl.php

File

designkit.tpl.php
View source
/**
 * This template should be overridden by implementing themes to establish
 * the styles they would like to use with DesignKit settings. The following
 * template is provided as a simple example of how you can generate CSS
 * styles from DesignKit settings.
 *
 * .designkit-color { color: [?php print $foreground ?]; }
 * .designkit-bg { background-color: [?php print $background ?]; }
 */