http://www.sasni.eu/archives/315-Konfig ... s_x64.html
it looks like this:
Code: Select all
<h1><a href=***>{$head_title|@default:$blogTitle|truncate:80:" ..."}</a></h1>Code: Select all
<h1><a href="{$serendipityBaseURL}">{$head_title|@default:$blogTitle}</a></h1>
<div class="description">{$head_subtitle|@default:$blogDescription}</div>Code: Select all
<h1><a href="{$serendipityBaseURL}">{$head_title|@default:$blogTitle|truncate:80:" ..."}</a></h1>
<div class="description">{$head_subtitle|@default:$blogDescription}</div>Code: Select all
<h1><a href="{$serendipityBaseURL}">{$head_title|@default:$blogTitle|truncate:80:"$head_subtitle|@default:$blogDescription"}</a></h1>
<div class="description">{$head_subtitle|@default:$blogDescription}</div>Code: Select all
<h1><a href="{$serendipityBaseURL}">{$head_title|@default:$blogTitle|truncate:80:" blah, blah, bah"}</a></h1>
<div class="description">{$head_subtitle|@default:$blogDescription}</div>Code: Select all
h1 {
color: #FFFFFF;
font: 30px/100% "Trebuchet MS",Arial,sans-serif;
left: 25px;Code: Select all
.description {
color: #000000;
font: 12px Arial,Helvetica,sans-serif;
left: 25px;
position: absolute;
top: 105px;
}