Commit 4194407de63a8debf9a9b5cc72ded9b82e4c6d19
1 parent
41f25920
specifically set colour for ns
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1492 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/administration/admin.php
| ... | ... | @@ -6,7 +6,7 @@ function renderHeading() { |
| 6 | 6 | |
| 7 | 7 | $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"]))); |
| 8 | 8 | $sColor = $default->siteMap->getSectionColour($sSectionName, "th"); |
| 9 | - $sToRender .= "<tr align=\"left\"><th class=\"sectionHeading\" bgcolor=\"$sColor\">Administration</th></tr>\n"; | |
| 9 | + $sToRender .= "<tr align=\"left\"><th class=\"sectionHeading\" bgcolor=\"$sColor\"><font color=\"ffffff\">Administration</font></th></tr>\n"; | |
| 10 | 10 | $sToRender .= "<tr/>\n"; |
| 11 | 11 | $sToRender .= "<tr/>\n"; |
| 12 | 12 | return $sToRender; | ... | ... |