You are here

spaces-design.tpl.php in Spaces 6.2

File

spaces_design/spaces-design.tpl.php
View source
<style type='text/css'>

<?php

if ($font) {
  ?>
.spaces-design-font { font-family: "<?php

  print $font;
  ?>"; }
<?php

}
?>

<?php

if ($color) {
  ?>
.spaces-design-color { color: <?php

  print $color;
  ?>; }
.spaces-design-bg { background-color: <?php

  print $color;
  ?>; }
<?php

}
?>

</style>