source:
OpenPNE3/plugins/opOpenSocialPlugin/trunk/apps/pc_frontend/modules/application/templates/_profileApplication.php
@
10114
Last change on this file since 10114 was 10114, checked in by , 12 years ago | |
---|---|
File size: 248 bytes |
Line | |
---|---|
1 | <?php |
2 | if (SnsConfigPeer::get('is_view_profile_application', true)) |
3 | { |
4 | include_partial('application/renderProfileApplication', array( |
5 | 'memberId' => $sf_request->getParameter('id',$sf_user->getMember()->getId()), |
6 | 'view' => 'profile' |
7 | )); |
8 | } |
Note: See TracBrowser
for help on using the repository browser.