Changeset 3006 for trunk/wp-content/themes/default/functions.php
- Timestamp:
- 11/07/2005 09:31:05 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/functions.php
r2930 r3006 2 2 3 3 function kubrick_head() { 4 $head = "<style type= \"text/css\">\n";4 $head = "<style type='text/css'>\n<!--"; 5 5 $output = ''; 6 6 if ( kubrick_header_image() ) { 7 $url = kubrick_header_image_url();7 $url = kubrick_header_image_url() ; 8 8 $output .= "#header { background: url('$url') no-repeat bottom center; }\n"; 9 9 } … … 14 14 $output .= "#headerimg { display: $display }\n"; 15 15 } 16 $foot = " </style>\n";16 $foot = "--></style>\n"; 17 17 if ( '' != $output ) 18 18 echo $head . $output . $foot;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)