quicktabs

QuickTabs live example from newteachers.tes.co.uk/qanda

  1. /**
  2.  * Function for building the Q&A page tabbed views.
  3.  */
  4. function nqt_features_build_qanda_quicktabs() {
  5.   $quicktabs = array();
  6.   // General settings.
  7.   $quicktabs['ajax'] = TRUE;
  8.   $quickt
Syndicate content