|
|
|
@ -25,7 +25,10 @@ elseif (is_account_page() && isset($wp->query_vars['view-subscription'])){ |
|
|
|
|
include_module('profile'); |
|
|
|
|
include_component('profile', 'subscription_single'); |
|
|
|
|
} |
|
|
|
|
$context = Timber::context(); |
|
|
|
|
$context['post'] = Timber::get_post(); |
|
|
|
|
|
|
|
|
|
Timber::render('page.twig', $context); |
|
|
|
|
else{ |
|
|
|
|
$context = Timber::context(); |
|
|
|
|
$context['post'] = Timber::get_post(); |
|
|
|
|
|
|
|
|
|
Timber::render('page.twig', $context); |
|
|
|
|
} |