diff --git a/main/document/example_document.html b/main/document/example_document.html index 14554efc86..1f8a76ada0 100644 --- a/main/document/example_document.html +++ b/main/document/example_document.html @@ -39,7 +39,7 @@ } #footer_template { - background: transparent url("../../../main/css/default/images/footer_template.png") no-repeat top center; + background: transparent url("../../../main/css/public_admin/images/footer_template.png") no-repeat top center; width: 690px; height: 48px; clear:both; @@ -47,7 +47,7 @@ #header_template { width: 690px; - background: transparent url("../../../main/css/default/images/writerheader.png") no-repeat top + background: transparent url("../../../main/css/public_admin/images/writerheader.png") no-repeat top left; height: 150px; } @@ -101,7 +101,7 @@ width: 690px; float:left; text-align: justify; - background: transparent url("../../../main/css/default/images/repeat_template.png") repeat-y top center; + background: transparent url("../../../main/css/public_admin/images/repeat_template.png") repeat-y top center; } #blank_template #box_title { @@ -118,7 +118,7 @@ #blank_template #header_template { width: 690px; - background: transparent url("../../../main/css/default/images/blankheader.png") no-repeat top + background: transparent url("../../../main/css/public_admin/images/blankheader.png") no-repeat top left; height: 150px; }