[left:80caf0afde]Ive got good news and bad news....
GOOD NEWS:
Blogger has been changed into Dano and I changed my template 8)
BAD NEWS:
Some people need the new codes and they dont know how to change it. If you want to keep your template and fix it than here are the codes:
[code:1]New Template Tags
Archives: You can now include your archive listing on the main page of your blog without resorting to messy javascript. For example:
<BloggerArchives>
<a href='<$BlogArchiveLink$>'><$BlogArchiveName$></a>
</BloggerArchives>
Site Feed: Including these tags in the header of your template will allow the RSS feed for your blog to be auto-discovered by supporting aggregators. Example:
<BlogSiteFeed>
<link rel="alternate" type="application/rss+xml" title="RSS" href="<$BlogSiteFeedUrl$>" />
</BlogSiteFeed>
Blog Owner Tags: We've introduced tags for to include elements of the blog owner's user profile in your template. They are:
<$BlogOwnerFirstName$>
<$BlogOwnerLastName$>
<$BlogOwnerEmail$>
<$BlogOwnerFullName$>
<$BlogOwnerPhone$>
Encoding Tag: This tag picks up the encoding setting from the Formatting tab and is to be used in a content-type declaration. Specifically:
<meta http-equiv="Content-Type" content="text/html; charset=<$BlogEncoding$>" />
[/code:1][/left:80caf0afde]