admin
Karma: 57
|
Re:Icon Size for Containers and File Types - 2007/01/22 15:05
Well, the present icons are the result of a lot of people asking for larger icons!
You can change the size of icons across the board in Remository by hacking /components/com_remository/remository.class.php. Change the default values for icon size to some other value in line 2216:
| Code: | function RemositoryImageURL($imageName, $width=32, $height=32) {
|
- choose a smaller number than 32
Martin Brampton aka Counterpoint http://black-sheep-research.com http://mamboguru.com |