source: extensions/UserAdvManager/branches/2.30/stuffs_module/main.inc.php

Last change on this file was 12272, checked in by Eric, 13 years ago

Merge r12271 from trunk to branch 2.30

  • Property svn:eol-style set to LF
File size: 371 bytes
Line 
1<?php
2
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4
5$block['CONTENT'] = $datas;
6
7// Extended description
8// --------------------
9if (function_exists('get_extended_desc'))
10{
11  $block['CONTENT'] = get_extended_desc($block['CONTENT']);
12}
13else
14{
15  $block['CONTENT'] = get_user_language_desc($block['CONTENT']);
16}
17
18$block['TEMPLATE'] = 'stuffs_personal.tpl';
19
20?>
Note: See TracBrowser for help on using the repository browser.