my activity list

[restabs responsive=”false” tabcolor=”#F0F0F0 ” seltabcolor=”#81d742″]
[restab title=”Profile” active=”active”]
[insert_php]
$tabTitle =”Profile”;
$FileLocation = “/wp-content/themes/innovative/resume-view/tabs.php”;
include($_SERVER[‘DOCUMENT_ROOT’].$FileLocation);
[/insert_php]
[/restab]

[restab title=”Education” ]
[insert_php]
//echo ‘‘;
$tabTitle =”Education”;
$FileLocation = “/wp-content/themes/innovative/resume-view/tabs.php”;
include($_SERVER[‘DOCUMENT_ROOT’].$FileLocation);
[/insert_php]
[/restab]

[restab title=”Work”]
[insert_php]
$tabTitle =”Work”;
$FileLocation = “/wp-content/themes/innovative/resume-view/tabs.php”;
include($_SERVER[‘DOCUMENT_ROOT’].$FileLocation);
[/insert_php]
[/restab]

[restab title=”Summer Pgms”]
[insert_php]
$tabTitle =”SummerPgms”;
$FileLocation = “/wp-content/themes/innovative/resume-view/tabs.php”;
include($_SERVER[‘DOCUMENT_ROOT’].$FileLocation);
[/insert_php]
[/restab]

[restab title=”Awards”]
[insert_php]
$tabTitle =”Awards”;
$FileLocation = “/wp-content/themes/innovative/resume-view/tabs.php”;
include($_SERVER[‘DOCUMENT_ROOT’].$FileLocation);
[/insert_php]
[/restab]

[restab title=”Volunteering”]
[insert_php]
$tabTitle =”Volunteering”;
$FileLocation = “/wp-content/themes/innovative/resume-view/tabs.php”;
include($_SERVER[‘DOCUMENT_ROOT’].$FileLocation);
[/insert_php]
[/restab]

[restab title=”Extracurricular”]
[insert_php]
$tabTitle =”Extracurricular”;
$FileLocation = “/wp-content/themes/innovative/resume-view/tabs.php”;
include($_SERVER[‘DOCUMENT_ROOT’].$FileLocation);
[/insert_php]
[/restab]

[restab title=”Scholarships”]
[insert_php]
$tabTitle =”Scholarships”;
$FileLocation = “/wp-content/themes/innovative/resume-view/tabs.php”;
include($_SERVER[‘DOCUMENT_ROOT’].$FileLocation);
[/insert_php]
[/restab]

[restab title=”Media”]
[insert_php]
$tabTitle =”Media”;
$FileLocation = “/wp-content/themes/innovative/resume-view/tabs.php”;
include($_SERVER[‘DOCUMENT_ROOT’].$FileLocation);
[/insert_php]
[/restab]
[/restabs]