Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by mad ( 16 years ago )
<?php
$ilosc = count($links_titles);
foreach ($links_titles as $k => $title):?>
<?php $m_link = $links_hrefs[$k];?>
<li>
<span><?php echo $title; ?></span>
</li>
<?php if($k +1 < $ilosc) echo '<span class="top_menu_sep"></span>'; ?>
<?php endforeach; ?>
Revise this Paste