Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id="country_list">
- <h3>Proxies by country</h3>
- {foreach array_chunk($country_list, count($country_list) / 3) as $chunk => $countries}
- <div id="country_list_{= ($chunk == 0 ? 'left' : ($chunk == 1 ? 'middle' : 'right'))}">
- {foreach $countries as $country}
- <img src="flags/blank.gif" class="flag flag-{$country->country_short|lower}"/>
- ({$country->country_short}) <a n:href="Proxylist:country $country->country_short,'all','ping','all'">
- {$country->country_cut} {if $country->count > 1}proxies{else}proxy{/if}
- </a> ({$country->count})
- <br/>
- {/foreach}
- </div>
- {/foreach}
- <br style="clear: left;" />
- </div>
Advertisement
Add Comment
Please, Sign In to add comment