PHP Classes

File: WIMembers/WIInc/messages_tabbed.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIMembers/WIInc/messages_tabbed.php   Download  
File: WIMembers/WIInc/messages_tabbed.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 376 bytes
 

Contents

Class file image Download
<
  <script>
  $( function() {
    $( "#tabs1" ).tabs();
  } );
  </script>

<div id="tabs1">
  <ul>
    <li><a href="#tabs-1">Inbox</a></li>
    <li><a href="#tabs-2">Sentbox</a></li>
   
  </ul>
  <div id="tabs-1">
      Inbox
      <?php include_once 'WIInc/inbox.php';?>

  </div>
  <div id="tabs-2">
    <?php include_once 'WIInc/tabbed_sentbox.php';?>
</div>

</div>