Jepp - one more:
This snippet is a replacement for almost the complete html-head section:
It creates:
Charset-Tag
Title (on postings: the posting-title)
meta-description (posting: the first ca 140 chars of short-content)
meta-keywords
<meta name="language" content="..."/>
<meta name="generator" content="CMS: websitebaker; w ww.websitebaker.org"/>

<meta http-equiv="imagetoolbar" content="no"/>
favicon link (WB_URL/favicon.ico - where it should be anyway)
on search-page:
<meta name="robots" content="noindex,nofollow">
It's kind of beta, but I think it works well, "thorn" help me a lot.
call: ...<head>
<?php simplepagehead(); ?>
<link rel="stylesheet" type="text/css" href=".....
for additional parameters check the readme.txt (english).