- Timestamp:
- 10/02/08 09:54:49 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/codeigniter/trunk/system/application/helpers/MY_url_helper.php
r20297 r20454 29 29 if ($size == 31) 30 30 { 31 $filename = 'img/icons/' . $raw_name . '_48 .jpg';31 $filename = 'img/icons/' . $raw_name . '_48' . $ext; 32 32 } 33 33 else 34 34 { 35 $filename = 'img/icons/' . $raw_name . '_' . $size . '.jpg';35 $filename = 'img/icons/' . $raw_name . '_' . $size . $ext; 36 36 } 37 37 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)