diff --git a/indefero/src/IDF/templates/idf/base-full.html b/indefero/src/IDF/templates/idf/base-full.html index 260bf05..d1a4be3 100644 --- a/indefero/src/IDF/templates/idf/base-full.html +++ b/indefero/src/IDF/templates/idf/base-full.html @@ -26,9 +26,7 @@ - + {block extraheader}{/block} {block pagetitle}{$page_title|strip_tags}{/block}{if $project} - {$project.shortdesc}{/if} diff --git a/indefero/src/IDF/templates/idf/base-simple.html b/indefero/src/IDF/templates/idf/base-simple.html index 4c06024..ba902fd 100644 --- a/indefero/src/IDF/templates/idf/base-simple.html +++ b/indefero/src/IDF/templates/idf/base-simple.html @@ -26,9 +26,7 @@ - + {block extraheader}{/block} {block pagetitle}{$page_title|strip_tags}{/block} diff --git a/indefero/src/IDF/templates/idf/base.html b/indefero/src/IDF/templates/idf/base.html index 9f21d03..65a0bba 100644 --- a/indefero/src/IDF/templates/idf/base.html +++ b/indefero/src/IDF/templates/idf/base.html @@ -30,9 +30,6 @@ - {block extraheader}{/block} {block pagetitle}{$page_title|strip_tags}{/block}{if $project} - {$project.shortdesc}{/if} diff --git a/indefero/src/IDF/templates/idf/gadmin/base.html b/indefero/src/IDF/templates/idf/gadmin/base.html index fba97e2..53da5a9 100644 --- a/indefero/src/IDF/templates/idf/gadmin/base.html +++ b/indefero/src/IDF/templates/idf/gadmin/base.html @@ -25,9 +25,7 @@ - + {block extraheader}{/block} {block pagetitle}{$page_title|strip_tags}{/block} diff --git a/indefero/www/media/idf/css/ie6.css b/indefero/www/media/idf/css/ie6.css deleted file mode 100644 index ea4d55b..0000000 --- a/indefero/www/media/idf/css/ie6.css +++ /dev/null @@ -1,3 +0,0 @@ -img { - behavior: url("/media/idf/css/iepngfix.htc"); -} \ No newline at end of file diff --git a/indefero/www/media/idf/css/iepngfix.htc b/indefero/www/media/idf/css/iepngfix.htc deleted file mode 100644 index b2cf0f9..0000000 --- a/indefero/www/media/idf/css/iepngfix.htc +++ /dev/null @@ -1,67 +0,0 @@ - - - - - \ No newline at end of file