mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 11:04:38 +01:00
27 lines
673 B
PHP
27 lines
673 B
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* BBCode template for calendar menu (pretend we're custom page)
|
|
*
|
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/e_bb.php,v $
|
|
* $Revision: 1.3 $
|
|
* $Date: 2009-11-17 12:53:08 $
|
|
* $Author: marj_nl_fr $
|
|
*/
|
|
|
|
$temp['event'] = "
|
|
{BB_HELP=ec_event}<br />
|
|
{BB=link}{BB=b}{BB=i}{BB=u}{BB=img}{BB=center}{BB=left}{BB=right}
|
|
{BB=bq}{BB=list}{BB=fontcol}{BB=fontsize}{BB=emotes}
|
|
{BB_PREIMAGEDIR=".e_IMAGE."newspost_images/}
|
|
{BB=preimage}{BB=prefile}
|
|
";
|
|
|
|
|
|
|
|
?>
|