root/websites/mobilecat/trunk/root/inc/loader.tt
| Revision 16950, 291 bytes (checked in by tomi-ru, 19 months ago) |
|---|
| Line | |
|---|---|
| 1 | [% IF template.naked or naked; |
| 2 | content; |
| 3 | RETURN; |
| 4 | END; |
| 5 | |
| 6 | IF template.name.match('^mail/'); |
| 7 | content WRAPPER "mail/wrapper.tt"; |
| 8 | ELSIF c.req.mobile_agent.is_non_mobile; |
| 9 | content WRAPPER "inc/wrapper-pc.tt"; |
| 10 | ELSE; |
| 11 | content WRAPPER "inc/wrapper.tt"; |
| 12 | END; |
| 13 | %] |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)