mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Featurebox tabbed content support added (new core 'tabs' template)
This commit is contained in:
@@ -1,18 +1,11 @@
|
||||
<?php
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
*
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/featurebox/languages/English_admin_featurebox.php,v $
|
||||
* $Revision: 1.4 $
|
||||
* $Date: 2009-12-08 17:21:34 $
|
||||
* $Author: secretr $
|
||||
*/
|
||||
* Copyright (c) e107 Inc 2009 - e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* $Id: English_admin_featurebox.php,v 1.5 2009-12-12 16:35:46 secretr Exp $
|
||||
*
|
||||
* Featurebox back-end laguage defines
|
||||
* TODO - cleanup constants not in use
|
||||
*/
|
||||
|
||||
define("FBLAN_01", "Feature Box");
|
||||
define("FBLAN_02", "This plugin allows you to display a box above your news items with features / whatever you like in it. The messages can either be revolved randomly or dynamically faded.");
|
||||
|
@@ -1,18 +1,10 @@
|
||||
<?php
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
*
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/featurebox/languages/English_front_featurebox.php,v $
|
||||
* $Revision: 1.1 $
|
||||
* $Date: 2009-12-09 18:36:32 $
|
||||
* $Author: secretr $
|
||||
*/
|
||||
* Copyright (c) e107 Inc 2009 - e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* $Id: English_front_featurebox.php,v 1.2 2009-12-12 16:35:46 secretr Exp $
|
||||
*
|
||||
* Featurebox front-end laguage defines
|
||||
*/
|
||||
|
||||
define("FBLAN_01", "Feature Box");
|
||||
?>
|
Reference in New Issue
Block a user