source: extensions/PWG_Stuffs/trunk/modules/Citation/main.inc.php @ 10298

Last change on this file since 10298 was 10298, checked in by patdenice, 13 years ago

Bug corrected on hide quick identification option.
Bug corrected for citation block.

File size: 314 bytes
Line 
1<?php
2if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
3
4global $user;
5
6if ((isset($datas['quote_lang'][$user['language']])) and
7  ("" != $datas['quote_lang'][$user['language']]))
8{
9  $block['CONTENT'] = $datas['quote_lang'][$user['language']];
10  $block['TEMPLATE'] = 'stuffs_personal.tpl';
11}
12?>
Note: See TracBrowser for help on using the repository browser.