diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/header.tpl (renamed from template/cclear/header.tpl) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/cclear/header.tpl b/template/yoga/header.tpl index f89d405cb..5f9b51c30 100644 --- a/template/cclear/header.tpl +++ b/template/yoga/header.tpl @@ -4,9 +4,9 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}"> <!-- BIG FIX ME BELOW (paths) --> -<link rel="stylesheet" type="text/css" href="template/cclear/default-layout.css"> -<link rel="stylesheet" type="text/css" href="template/cclear/default-colors.css"> -<link rel="stylesheet" type="text/css" media="print" href="template/cclear/print.css"> +<link rel="stylesheet" type="text/css" href="template/yoga/default-layout.css"> +<link rel="stylesheet" type="text/css" href="template/yoga/default-colors.css"> +<link rel="stylesheet" type="text/css" media="print" href="template/yoga/print.css"> <!-- AN OTHER FIX ME --> <style type="text/css"> .notDoneYet { |