SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- public function WyswietlPrzycisk($szerokosc, $nazwa, $url, $active = true)
- {
- if($active)
- {
- echo "<td width = '".htmlentities($szerokosc)."%'>
- <a href = '".htmlentities($url)."'>
- <img src = 'm-logo.gif' alt = '".htmlentities($nazwa)."' border = '0'></a>
- <a href = '".htmlentities($url)."'><span class='menu'>$nazwa</span></a></td>";
- }
- else
- {
- echo "<td width = '".htmlentities($szerokosc)."%'>
- <img src = 'boczne-logo.gif'>
- <span class='menu'>$nazwa</span></td>";
- }
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.