PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Template Problem


löschfinger
26.03.2007, 10:48
Ich hab ein eigenes Template erstellt (custom_xxx) und verwende dies als Forumlink. Im ersten von mir erstellten Standardstyle funktioniert dies auch problemlos, allerdings wird beim aufrufen des Templates im zweiten Style nur eine weiße Seite angezeigt.

Das Template wurde natürlich auch im zweiten Style erstellt. Was mach ich falsch? :confused:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - xxx</title>
</head>
<body>

$header
$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">xxx</td>
</tr>
<tr>
<td class="alt2">
<!-- Dein Inhalt -->
<if condition="in_array($bbuserinfo[usergroupid], array(5,6,7,9,11))">
<if condition="$show['popups']">
<center>
<p><img src="http://xxx.gif"></p>
</center>
</if>
</if>
<!-- / Dein Inhalt Ende -->
</td>
</tr>
</table>
<br />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"
align="center">
<tr>

<td class="tfoot"><strong><a href="http://xxx/impressum.html">Impressum</a>
-</if>

<a href="http://xxx/nutzungsbedingungen.html">Nutzungsbedingungen</a>
-</if>

<a href="http://xxx/datenschutz.html">Datenschutzerklärung</a>

</strong>
</td>
</tr>

</td>
</tr>
</table>
<br />

$footer
</body>
</html>

löschfinger
26.03.2007, 11:43
Hmmm... komischerweise gehts bei uns im Testforum nicht, habs jetzt im richtigen Board fertig gestellt und dort funktionierts... komische Sache... :confused: