bin gerade dabei eine neue Seite auf Basis von Serendipity aufzubauen! Als Vorlage verwende ich das Andreas08 - Template von Carl! (BTW: good job carl!
Nun möchte ich gerne die Suche bzw. Blog - Description über das Bild (im Beispiel gelb) platzieren!
Auszug index.tpl:
Code: Select all
<div id="mainpane" >
<div class="quicksearch"><form id="searchform" action="{$serendipityBaseURL}" method="get"><input type="hidden" name="serendipity[action]" value="search" /><input alt="Quicksearch" type="text" name="serendipity[searchTerm]" value="{$CONST.QUICKSEARCH}..." onFocus="if(this.value=='{$CONST.QUICKSEARCH}...')value=''" onBlur="if(this.value=='')value='{$CONST.QUICKSEARCH}...';">
</form></div>
<div id="header" onclick="location.href='{$serendipityBaseURL}';" style="background-image:url({php}include "image.php";{/php}); width:758px; height:275px; background-repeat:no-repeat; cursor: pointer;">
<h1>{$head_title|@default:$blogTitle|truncate:50:" ...":true}</h1>
<h2>{$head_subtitle|@default:$blogDescription}</h2>
</div>
Code: Select all
<h1>{$head_title|@default:$blogTitle|truncate:50:" ...":true}</h1>
<h2>{$head_subtitle|@default:$blogDescription}</h2>Vielen Dank fürs erste! Frank.
