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

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

Plugins can add their own modules.

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_citation.tpl';
11}
12?>
Note: See TracBrowser for help on using the repository browser.