Show common.php syntax highlighted
<?php
/**
* This file is part of the Brim project.
* The brim-project is located at the following
* location: {@link http://www.brim-project.org/ http://www.brim-project.org/}
*
* <pre> Enjoy :-) </pre>
*
* @author Barry Nauta
* @package org.brim-project.framework
* @subpackage i18n
*
* @copyright [brim-project.org] - Copyright (c) 2003 - 2007 Barry Nauta
*
* @license http://opensource.org/licenses/gpl-license.php
* The GNU Public License
*/
if (!isset ($dictionary))
{
$dictionary=array();
}
$dictionary['version']='2.0.1';
$dictionary['copyright']='Copyright (c) 2003 - 2007';
$dictionary['programname']='Brim';
$dictionary['programurl']='http://www.brim-project.org/';
$dictionary['authorname']='Barry Nauta';
$dictionary['authorurl']='http://www.nauta.be/';
$dictionary['authoremail']='barry@nauta.be';
?>
See more files for this project here