Commit e27e851e45abd9d4dd28f8fec6003cc958557f69

Authored by michael
1 parent 1d86da4e

added tree webpage/favourites icon


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1701 c91229c3-7414-0410-bfa2-8a42b809f60b
graphics/tree.ico 0 → 100644
No preview for this file type
lib/visualpatterns/PatternMainPage.inc
... ... @@ -115,6 +115,7 @@ class PatternMainPage {
115 115 $sToRender = "<html>\n" .
116 116 "<head>\n" .
117 117 "<meta http-equiv=\"refresh\" content=\"" . ($default->sessionTimeout+3) . "\">\n" .
  118 + "<link rel=\"SHORTCUT ICON\" href=\"$default->graphicsUrl/tree.ico\">\n" .
118 119 "<link rel=\"stylesheet\" href=\"$default->uiUrl/stylesheet.php\">\n".
119 120 PatternMainPage::getJavaScript() . "\n" .
120 121 "</head>\n" .
... ...
presentation/login.php
... ... @@ -26,6 +26,7 @@ if ($loginAction == &quot;loginForm&quot;) {
26 26 print "<html>
27 27 <head>
28 28 <link rel=\"stylesheet\" href=\"$default->uiUrl/stylesheet.php\">
  29 + <link rel=\"SHORTCUT ICON\" href=\"$default->graphicsUrl/tree.ico\">
29 30 </head>
30 31 <body>
31 32 <center>
... ...