View Single Post
  #2  
Old 01-20-2009, 11:58 PM
snafu Offline
pp veteran
 
Join Date: Sep 2008
Location: germany
Posts: 84
i found the solution for the problem in the french forum here

search in the image_template.html for this line:

Code:
$("#bio").load("../about.html");
and chance it to this:
Code:
$("#bio").load("templates/minima/about.html");
__________________
Reply With Quote