source: extensions/UserAdvManager/trunk/stuffs_module/main.inc.php @ 9908

Last change on this file since 9908 was 9908, checked in by Eric, 13 years ago
  • Bug 1479 fixed : Add of a dedicated UAM block in PWG Stuffs plugin to inform unvalidated users on their status
  • Template/global.tpl display improved.
  • Code cleaning
  • Property svn:eol-style set to LF
File size: 347 bytes
Line 
1<?php
2
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4
5$block['CONTENT'] = $datas;
6
7// Extended description
8if (function_exists('get_extended_desc'))
9{
10  $block['CONTENT'] = get_extended_desc($block['CONTENT']);
11}
12else
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.