Cannot see the wikipedia block...

Re: Cannot see the wikipedia block...

by Miki Alliel -
Number of replies: 0
Picture of Translators

Problem solved

I entered to the block_wikipedia.php  and changed the 
     $wikilogo = '<img src="'.$CFG

to

     $wikilogo = '<img src="'.$CFG->wwwroot.'/moodle/blocks/wikipedia/'.get_string('logo', 'block_wikipedia').'" border="0" alt="Wikipedia" />';

THE "moodle" folder was missing.