source:
extensions/PWG_Stuffs/trunk/modules/Personal/main.inc.php
@
18062
Last change on this file since 18062 was 9449, checked in by , 14 years ago | |
---|---|
File size: 347 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
4 | |
5 | $block['CONTENT'] = $datas; |
6 | |
7 | // Extended description |
8 | if (function_exists('get_extended_desc')) |
9 | { |
10 | $block['CONTENT'] = get_extended_desc($block['CONTENT']); |
11 | } |
12 | else |
13 | { |
14 | $block['CONTENT'] = get_user_language_desc($block['CONTENT']); |
15 | } |
16 | |
17 | $block['TEMPLATE'] = 'stuffs_personal.tpl'; |
18 | |
19 | ?> |
Note: See TracBrowser
for help on using the repository browser.