From: <sk...@us...> - 2008-02-07 20:37:22
|
Revision: 525 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=525&view=rev Author: sknappe Date: 2008-02-07 12:37:13 -0800 (Thu, 07 Feb 2008) Log Message: ----------- bugfix Modified Paths: -------------- trunk/src/dbpedia-navigator/ajaxfunctions.php Modified: trunk/src/dbpedia-navigator/ajaxfunctions.php =================================================================== --- trunk/src/dbpedia-navigator/ajaxfunctions.php 2008-02-07 20:33:47 UTC (rev 524) +++ trunk/src/dbpedia-navigator/ajaxfunctions.php 2008-02-07 20:37:13 UTC (rev 525) @@ -93,7 +93,7 @@ // give the link to the corresponding Wikipedia article if(isset($triples['http://xmlns.com/foaf/0.1/page'])) - $content .= '<p><img src="images/wikipedia_favicon.png" alt"Wikipedia" /> <a href="'.$triples['http://xmlns.com/foaf/0.1/page'][0].'">view Wikipedia article</a>, '; + $content .= '<p><img src="'.$_GET['path'].'images/wikipedia_favicon.png" alt"Wikipedia" /> <a href="'.$triples['http://xmlns.com/foaf/0.1/page'][0].'">view Wikipedia article</a>, '; $content .= '<a href="'.$subject.'">view DBpedia resource description</a></p>'; // display a list of classes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |