Put overflow hidden and a fixed width on profile widgets to stop large img coming...
[elgg.git] / mod / widget / init.php
blobad58accc23623fad134fcd2c42b38479ff047e59
1 <?php
3 global $CFG, $template;
4 $template['css'] .= file_get_contents($CFG->dirroot . "mod/widget/css");
6 ?>