changeset 2 | 4f3e6ea1c867 |
parent 1 | 0d28b7c10758 |
--- a/web/wp-content/themes/WNN-WP/header.php Fri Mar 12 13:29:04 2010 +0000 +++ b/web/wp-content/themes/WNN-WP/header.php Fri Mar 12 15:12:39 2010 +0000 @@ -18,7 +18,7 @@ <?php //comments_popup_script(); //off by default ?> <?php wp_head(); ?> </head> -<? +<?php global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }