/[drupal]/contributions/sandbox/mfredrickson/themes/nautilus/stylelab.inc
ViewVC logotype

Contents of /contributions/sandbox/mfredrickson/themes/nautilus/stylelab.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Wed Jun 21 02:22:01 2006 UTC (3 years, 5 months ago) by mfredrickson
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
checking in a few last files
1 <?php
2
3 /* useful style functions */
4
5 function stylelab_linker($style, $prepend = '', $append = '') {
6 $as = array('link', 'visited', 'hover', 'active');
7 $output = '';
8
9 while($link = array_pop($as)) {
10 $output .= "$prepend a:$link $append { $style }";
11 }
12
13 return $output;
14 }

  ViewVC Help
Powered by ViewVC 1.1.2