| Index: trunk/phpwiki/fpw/wikiSettings.php |
| — | — | @@ -20,6 +20,16 @@ |
| 21 | 21 | # (can be changed by recompiling MySQL and rebuilding the indexes.) |
| 22 | 22 | $wikiDBconnection = ""; # global variable to hold the current DB |
| 23 | 23 | # connection; should be empty initially. |
| | 24 | + |
| | 25 | +# Namespace backgrounds |
| | 26 | +$wikiNamespaceBackground = array () ; |
| | 27 | +$wikiNamespaceBackground[$wikiTalk] = "#eeFFFF" ; |
| | 28 | +$wikiNamespaceBackground["user_talk"] = $wikiNamespaceBackground["talk"] ; |
| | 29 | +$wikiNamespaceBackground["wikipedia_talk"] = $wikiNamespaceBackground["talk"] ; |
| | 30 | +$wikiNamespaceBackground[$wikiUser] = "#FFeeee" ; |
| | 31 | +$wikiNamespaceBackground[$wikiWikipedia] = "#eeFFee" ; |
| | 32 | +$wikiNamespaceBackground["log"] = "#FFFFcc" ; |
| | 33 | +$wikiNamespaceBackground["special"] = "#eeeeee" ; |
| 24 | 34 | |
| 25 | 35 | # Cache system enabled by default |
| 26 | 36 | $useCachedPages = true ; |
| Index: trunk/phpwiki/fpw/wikiTextEn.php |
| — | — | @@ -20,16 +20,6 @@ |
| 21 | 21 | $wikiRecentChangesText = "Track the most recent changes to Wikipedia on this page. [[Welcome, newcomers]]! Please have a look at these pages: [[Wikipedia FAQ]], [[Wikipedia policy]] (especially [[naming conventions]] and [[neutral point of view]]), and [[most common Wikipedia faux pas]].<br>If you want to see the Wikipedia succeed, it's very important that you don't add material restricted by others' [[copyright]]s. The legal liability could really hurt the project, so please don't do it.<br>See also the [http://meta.wikipedia.com/wiki.phtml?title=special:RecentChanges recent meta discussion]" ; |
| 22 | 22 | $wikiMetaDescription = "$1... Read more here at wikipedia, the free encyclopedia!" ; |
| 23 | 23 | |
| 24 | | -# Namespace backgrounds |
| 25 | | -$wikiNamespaceBackground = array () ; |
| 26 | | -$wikiNamespaceBackground["talk"] = "#CCFFFF" ; |
| 27 | | -$wikiNamespaceBackground["user_talk"] = $wikiNamespaceBackground["talk"] ; |
| 28 | | -$wikiNamespaceBackground["wikipedia_talk"] = $wikiNamespaceBackground["talk"] ; |
| 29 | | -$wikiNamespaceBackground["user"] = "#FFCCCC" ; |
| 30 | | -$wikiNamespaceBackground["wikipedia"] = "#CCFFCC" ; |
| 31 | | -$wikiNamespaceBackground["log"] = "#FFFF99" ; |
| 32 | | -$wikiNamespaceBackground["special"] = "#CCCCCC" ; |
| 33 | | - |
| 34 | 24 | # Used in header/footer |
| 35 | 25 | $wikiMainPageTitle = "Wikipedia : The free encyclopedia" ; # This is the title that is displayed on the main page |
| 36 | 26 | $wikiArticleSubtitle = "From Wikipedia, the free encyclopedia." ; |