( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php if(!empty($page)) {
if($mode=="landing") {
if(empty($instance)) {
}
else{
include("languages/en/landing/$instance.php");
}
if($page=="hashbrand") {
include("pages/landing/hashbrand/index.php");
}
if($page=="showcase") {
include("pages/landing/showcase/index.php");
}
if($page=="power") {
include("pages/landing/power/index.php");
}if($page=="power2") {
include("pages/landing/power/index2.php");
}
if($page=="calm") {
include("pages/landing/calm/index.php");
} if($page=="calm2") {
include("pages/landing/calm/index2.php");
}
if($page=="cool") {
include("pages/landing/cool/index.php");
}
if($page=="about") {
include("pages/landing/about/index.php");
}
if($page=="sassy") {
include("pages/landing/sassy/index.php");
}
if($page=="saas") {
include("pages/landing/saas/index.php");
}
if($page=="cta") {
include("pages/landing/calltoaction/choose.php");
}}
}
?>