[ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 /* 3 + ----------------------------------------------------------------------------+ 4 | e107 website system 5 | 6 | ?Steve Dunstan 2001-2002 7 | http://e107.org 8 | jalist@e107.org 9 | 10 | Released under the terms and conditions of the 11 | GNU General Public License (http://gnu.org). 12 | 13 | $Source: /cvsroot/e107/e107_0.7/e107_plugins/newsfeed/templates/newsfeed_menu_template.php,v $ 14 | $Revision: 1.10 $ 15 | $Date: 2006/11/13 10:48:16 $ 16 | $Author: e107coders $ 17 +----------------------------------------------------------------------------+ 18 */ 19 20 if (!defined('e107_INIT')) { exit; } 21 22 $truncate = 100; 23 $truncate_string = " ..."; 24 // $items = 2; 25 26 $NEWSFEED_MENU_CAPTION = NFLAN_38; 27 28 $NEWSFEED_MENU_START = "\n\n<!-- Start NewsFeed Menu --> 29 <div style='text-align: center; margin-left: auto; margin-right: auto;'>{FEEDIMAGE}<br /><b>{FEEDTITLE}</b></div>\n<br /> 30 <table class='newsfeed_menu_table' style='width:100%'> 31 "; 32 33 $NEWSFEED_MENU = " 34 <tr><td style='vertical-align:top;width:5%'><b>»</b></td><td class='newsfeed_menu_cell' >{FEEDITEMLINK}<br /><span class='smalltext'>{FEEDITEMTEXT}</span></td></tr>\n"; 35 36 $NEWSFEED_MENU_END = "</table><br /> 37 38 <div style='text-align: center;'><hr /><span class='smalltext'>{FEEDLASTBUILDDATE}<br />{LINKTOMAIN}</span></div>\n 39 <!-- End News Feed Menu -->\n\n"; 40 41 42 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |