Code: Alles auswählen
?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title></title>
</head>
<body>
<table border="1" width="100%" cellpadding="10">
<tr>
<td width="80%" colspan="2"> </td>
<td rowspan="3"> </td>
</tr>
<tr>
<td width="20%" valign="top" rowspan="2">
<?php if( isset($template->vars['S_HAS_ROW']) && ($template->vars['S_HAS_ROW'] == true)){ ?>
<?php for( $row=0 ; $row <= $template->blocks['row'] ; $row++ ){ ?>
<?php } ?>
<?php } ?>
</td>
</tr>
</table>
</body>
</html>
Code: Alles auswählen
vars['S_HAS_ROW']) && ($template->vars['S_HAS_ROW'] == true)){ ?>
blocks['row'] ; $row++ ){ ?>