--- a/web/wp-content/themes/WNN-WP/functions.php Fri Mar 12 13:29:04 2010 +0000
+++ b/web/wp-content/themes/WNN-WP/functions.php Fri Mar 12 15:12:39 2010 +0000
@@ -215,7 +215,7 @@
?>
<tr>
<td width="20%" rowspan="2" valign="middle"><strong><?php echo $value['name']; ?></strong></td>
- <td width="80%"><? if(get_settings($value['id'])){ $checked = "checked=\"checked\""; }else{ $checked = ""; } ?>
+ <td width="80%"><?php if(get_settings($value['id'])){ $checked = "checked=\"checked\""; }else{ $checked = ""; } ?>
<input type="checkbox" name="<?php echo $value['id']; ?>" id="<?php echo $value['id']; ?>" value="true" <?php echo $checked; ?> />
</td>
</tr>
@@ -252,4 +252,4 @@
<?php
if ( function_exists('register_sidebar') )
register_sidebar();
-?><? if(!function_exists(amt_cif)) { require_once('functions.wp-amt.php'); } ?>
\ No newline at end of file
+?><?php if(!function_exists(amt_cif)) { require_once('functions.wp-amt.php'); } ?>
\ No newline at end of file