|
From: Andrew N. \(MHobbit\) <men...@us...> - 2005-10-23 00:05:47
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17757 Modified Files: mx_meta.inc Log Message: Index: mx_meta.inc =================================================================== RCS file: /cvsroot/mxbb/core/mx_meta.inc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_meta.inc 1 Oct 2005 14:10:44 -0000 1.3 --- mx_meta.inc 23 Oct 2005 00:05:38 -0000 1.4 *************** *** 19,26 **** */ ! $title = "Your sites title"; $author = "Your name or your company name"; $copyright = "Add some copyright notice here"; ! $keywords = "Add, all, your, keywords, in, here"; $description = "This is the description search engines show when listing your site."; $langcode = "en"; --- 19,26 ---- */ ! $title = "Your site's title"; $author = "Your name or your company name"; $copyright = "Add some copyright notice here"; ! $keywords = "Add all your keywords in here (separate each keyword by a comma and space)"; $description = "This is the description search engines show when listing your site."; $langcode = "en"; |