equal
deleted
inserted
replaced
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 ?> |