You are here

designkit.tpl.php in DesignKit 6

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

File

designkit.tpl.php
View source
<style type='text/css'>
/**
 * 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;
?>; }
 */
</style>