Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. function forums_fid()
  2. {
  3. if (!defined('FORUMS_FID'))
  4. {
  5. $maktaba_fid = '14';
  6. $ask_question_fid = '9';
  7. }
  8. define('FORUMS_FID', 1);
  9. }
  10.  
  11. forums_fid();
  12. $maktaba = '<a href="www.domain.com/forumdisplay.php?fid='.$maktaba_fid.'"><img src="./images/maktaba.png" alt="" title=""></a>';
  13. $ask_question = '<a href="www.domain.com/newthread.php?fid='.$ask_question_fid.'"><img src="./images/ask-question.png" alt="" title=""></a>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement