Skip to content

Instantly share code, notes, and snippets.

@jmaicher
Created June 28, 2011 09:59
Show Gist options
  • Save jmaicher/1050834 to your computer and use it in GitHub Desktop.
Save jmaicher/1050834 to your computer and use it in GitHub Desktop.
Code from hell
<?php
function rechter_rand_unten($rechter_rand)
{
global $rechter_rand;
if ($rechter_rand == 1)
{ ?></td>
<td width="140" class="loop_navi_rechts">
<table width="140" cellspacing="0" cellpadding="0">
<tr>
<td>
<?php
// include ('right_side.php');
?>
</td>
</tr>
</table></td>
</tr>
</table>
<?php } else { ?></td>
</tr>
</table>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment