|
From: Markus P. <mar...@us...> - 2005-04-26 19:52:33
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1355/mx_textblocks/language/lang_english Modified Files: lang_main.php Log Message: Code cleanup and fixed XHTML issues in some templates. Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_english/lang_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_main.php 22 May 2004 21:05:30 -0000 1.3 --- lang_main.php 26 Apr 2005 19:52:18 -0000 1.4 *************** *** 20,25 **** * ***************************************************************************/ ! // Entries for Flexible Blocks $lang['Block_Style'] = "Block Border:"; $lang['Title_Style'] = "Title Header Style:"; --- 20,27 ---- * ***************************************************************************/ ! ! // // Entries for Flexible Blocks + // $lang['Block_Style'] = "Block Border:"; $lang['Title_Style'] = "Title Header Style:"; *************** *** 42,44 **** --- 44,47 ---- $lang['Toc_title'] = "Contents:"; $lang['Goto_page'] = "Goto page:"; + ?> \ No newline at end of file |