Guest User

Untitled

a guest
May 16th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.51 KB | None | 0 0
  1. <?php
  2. /**
  3. * Que merda é essa ?
  4. *
  5. **/  
  6.  
  7. function connect()
  8.     {
  9.  
  10.         $document = & JFactory::getDocument ();
  11.         $document->setTitle(JText::_('CC CONNECT REQUEST'));
  12. ?>
  13.         <form name="jsform-profile-connect" method="post" action="">
  14.             <input type="submit" name="yes" id="button_yes" value="<?php echo JText::_('CC BUTTON YES'); ?>" />
  15.             <input type="submit" name="no" id="button_no" value="<?php echo JText::_('CC BUTTON NO'); ?>" />
  16.         </form>
  17.  
  18. <?php
  19.     }
  20. ?>
Add Comment
Please, Sign In to add comment