Guest User

Untitled

a guest
Jun 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <?
  2. $text=MyListUnits($a,47);
  3. if ($text) {
  4. ?>
  5. <table cellspacing=0 cellpadding=0 border=0 width="100%">
  6. <tr>
  7. <td class="nofont"><img src="img/horisontal_line.gif" height="3" width="100%" border=0></td>
  8. </tr>
  9. </table>
  10. <br>
  11. <table cellspacing=0 cellpadding=0 border=0 width="100%">
  12. <tr>
  13. <td class="news_header_and_body" style="color: #3F4142;">
  14. <?
  15. foreach ($text as $p) {
  16. MyShowUnit ($p['unitid'],"include/text/p.php");
  17. }
  18. ?>
  19. <p>
  20. </td>
  21. </tr>
  22. </table>
  23. <? } ?>
Add Comment
Please, Sign In to add comment