浏览代码

Correcting login stylesheet since changes to template class.

stevetruckstuff 19 年之前
父节点
当前提交
4984bde843
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 }