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.