<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16850" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I've decided to bite the bullet on this and give it 
a go myself.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I installed D6 and then uploaded the customised 
theme with an info file with the customised regions listed.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I followed the advice here: <A 
href="http://wtanaka.com/drupal/convert-theme-6">http://wtanaka.com/drupal/convert-theme-6</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>and renamed some of the variables throughout the 
theme. I'm currently stuck at number 5 on that page as I have the following in 
my custom theme's template.php</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>/**<BR>* Catch the theme_profile_profile function, 
and redirect through the template api<BR>*/<BR>function 
phptemplate_user_profile($user, $fields = array()) {<BR>&nbsp; // Pass to 
phptemplate, including translating the parameters to an associative array. The 
element names are the names that the variables<BR>&nbsp; // will be assigned 
within your template.<BR>&nbsp; /* potential need for other code to extract 
field info */<BR>return _phptemplate_callback('user_profile', array('account' 
=&gt; $user, 'fields' =&gt; $fields));<BR>&nbsp; }</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>When I try to go to user/1 on my new D6 site, I get 
this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT><STRONG>Fatal error</STRONG>: Call to undefined function 
_phptemplate_callback() in <B>/d6/sites/all/themes/xxx/template.php</B> on line 
<B>115</B></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>and I presume it's something to do with this. The 
above page says to get rid of phptemplate_callback () but not what to replace it 
with. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I would appreciate any help with this. I think I'm 
about 70% of the way towards a 6.x theme and this would be another big 
step.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Neil</FONT></DIV></BODY></HTML>