Index: template.php =================================================================== RCS file: /cvs/drupal/contributions/themes/civicspace/template.php,v retrieving revision 1.13 diff -u -r1.13 template.php --- template.php 26 Oct 2005 15:49:19 -0000 1.13 +++ template.php 30 Oct 2005 16:07:05 -0000 @@ -252,7 +252,7 @@ if ($hook == 'page') { foreach (array('primary', 'secondary') as $type) { //Get the data to populate the textfields, if the variable is not an array .. try to parse the old-style link format. - $value = variable_get('phptemplate_'. $type .'_links', �); + $value = variable_get('phptemplate_'. $type .'_links', ''); //Get the amount of links to show, possibly expanding if there are more links defined than the count specifies. $count = variable_get('phptemplate_'. $type .'_link_count', 5); $count = ($count > sizeof($value['link'])) ? $count : sizeof($value['link']);