Changeset 8652
- Timestamp:
- 04/02/08 17:20:59 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-MobileAttribute/trunk/lib/HTTP/MobileAttribute/Plugin/Default/ThirdForce.pm
r8639 r8652 22 22 sub is_type_w :MobileMethod('is_type_w,ThirdForce') { shift->{type} =~ /^W/ } 23 23 sub is_type_3gc :MobileMethod('is_type_3gc,ThirdForce') { shift->{type} eq '3GC' } 24 25 sub xhtml_compliant :MobileMethod('xhtml_compliant,ThirdForce') { 26 my $self = shift; 27 return ( $self->is_type_w || $self->is_type_3gc ) ? 1 : 0; 28 } 24 29 25 30 sub user_agent { shift->{user_agent} }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)