Browse Source

Correcting login stylesheet since changes to template class.

stevetruckstuff 19 years ago
parent
commit
4984bde843
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/default_advanced/stylesheet_advanced.tpl

+ 1 - 1
templates/default_advanced/stylesheet_advanced.tpl

@@ -107,7 +107,7 @@ extract($t);
     color: #110f08;
     border: 1px solid #726b58;
     padding: 1px;
-    background: url(<?php echo $icon_theme_path; ?>/login2.png) repeat-y;
+    background: url('<?php echo $sTplDir; ?>images/login2.png') repeat-y;
     width: 160px;
 }