<?php
$tabs .= theme('tabs_tab_page', t('Latest'), t('This is the newest resource
This is the next-newest resource'));
$tabs .= theme('tabs_tab_page', t('Video'), t('This is the most recent video'));
$tabs .= theme('tabs_tab_page', t('Audio'), t('This is the most recent audio'));
$tabs .= theme('tabs_tab_page', t('Articles'), t('This is the most recent article'));
$output = theme('tabs_tabset', 'resources', $tabs);
print $output . "
";
$tabs2 .= theme('tabs_tab_page', t('Fellows'), t('Fellows Program
Become a well-grounded and fruitful disciple of Jesus through the C.S. Lewis Fellows Program, which offers intensive discipleship training for thoughtful believers by combining discipleship, spiritual formation, theology and apologetics in one program.'));
$tabs2 .= theme('tabs_tab_page', t('Christ & Culture'), t('Christ & Culture Program
Do we embrace culture, run from it, or offer a counter-cultural alternative? Do believers have anything constructive to say about art, politics, literature, and law? Is it possible that we could help transform culture? These are some of the important questions we will explore in this course.
Do we embrace culture, run from it, or offer a counter-cultural alternative? Do believers have anything constructive to say about art, politics, literature, and law? Is it possible that we could help transform culture? These are some of the important questions we will explore in this course.
Do we embrace culture, run from it, or offer a counter-cultural alternative? Do believers have anything constructive to say about art, politics, literature, and law? Is it possible that we could help transform culture? These are some of the important questions we will explore in this course.
Do we embrace culture, run from it, or offer a counter-cultural alternative? Do believers have anything constructive to say about art, politics, literature, and law? Is it possible that we could help transform culture? These are some of the important questions we will explore in this course.
Do we embrace culture, run from it, or offer a counter-cultural alternative? Do believers have anything constructive to say about art, politics, literature, and law? Is it possible that we could help transform culture? These are some of the important questions we will explore in this course.'));
$output2 = theme('tabs_tabset', 'programs', $tabs2);
print $output2;
?>
