Changeset 1818
- Timestamp:
- 11/19/07 23:57:13 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Jipotter/trunk/lib/Jipotter/Plugin/Timelines/View.pm
r1817 r1818 182 182 a { attr { href => $entry->user_url }; 183 183 my $image_url = $entry->profile_img_url; 184 unless ( $image_url =~ /^http ) {184 unless ( $image_url =~ /^http/ ) { 185 185 $image_url = "$base/$image_url"; 186 186 } 187 img { attr { src => $ entry->profile_img_url, width => 32, height => 32 } };187 img { attr { src => $image_url, width => 32, height => 32 } }; 188 188 br {}; 189 189 outs $entry->user_nick; … … 205 205 }, 206 206 }, 207 );207 ); 208 208 }; 209 209 span { attr { class => 'RemoveFavorite' };
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)