Publicaciones hechas por por Urs Hunkler

Imagen de Core developers

And to be able to work with center sticky blocks you need to add one line to admin/stickyblocks.php

I have placed the output line plus some comments before the center content (you may search for print_box_start();):

// Output the middle blocks
blocks_print_group($PAGE, $blocks, BLOCK_POS_CENTRE);

// Moodle standard content
print_box_start();
print_heading($strheading);
Promedio de valuaciones (ratings):Useful (1)
Imagen de Core developers

The "custom corners" theme in Moodle 1.9 might be the way to go. I created "custom corners" to give Moodle a base for modern graphical rich themes.

If you need professional support you may get in touch with me - my contact data you find in my profile.

Imagen de Core developers

You may check the "custom corners" theme in Moodle 1.9. By changing the images you should be able to create a site simmilar to the last.fm site you mentioned.

I am looking forward to graphical rich Moodle Themes to come ...