Guest User

Untitled

a guest
Jun 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <?
  2. require_once 'facebook.php';
  3.  
  4. $appapikey='';
  5. $appsecret='';
  6. $facebook=new Facebook($appapikey, $appsecret);
  7. $user_id=$facebook->require_login();
  8.  
  9. include "config.php";
  10. ?>
  11. <table width=100%>
  12. <tr>
  13. <td align=center width=175 valign=top rowspan=2>
  14. <?
  15. <fb:iframe src = "$siteurl'side_bar.php'", width="175", name="side_bar">
  16. ?>
  17. </td>
  18. <td align=center valign=top>
  19. <?
  20. <fb:iframe src = "$siteurl'menu.php'", height="60", name="menu">
  21. ?>
  22. </td>
  23. <td align=center width=250 valign=top rowspan=2>
  24. <?
  25. <fb:iframe src = "$siteurl'home.php'", smartsize = "true", name="content">
  26. ?>
  27. </td>
  28. </tr>
  29. </table>
Add Comment
Please, Sign In to add comment