my course plan


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

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

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

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