web/wp-content/themes/WNN-WP/header.php
changeset 2 4f3e6ea1c867
parent 1 0d28b7c10758
equal deleted inserted replaced
1:0d28b7c10758 2:4f3e6ea1c867
    16 	
    16 	
    17 	<?php wp_get_archives('type=monthly&format=link'); ?>
    17 	<?php wp_get_archives('type=monthly&format=link'); ?>
    18 	<?php //comments_popup_script(); //off by default ?>
    18 	<?php //comments_popup_script(); //off by default ?>
    19 	<?php wp_head(); ?>
    19 	<?php wp_head(); ?>
    20 </head>
    20 </head>
    21 <?
    21 <?php
    22 global $options;
    22 global $options;
    23 foreach ($options as $value) {
    23 foreach ($options as $value) {
    24     if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
    24     if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
    25 }
    25 }
    26 ?>
    26 ?>