ACC SHELL

Path : /srv/www/vhosts/dovastex/wp-content/themes/web_dovastex/
File Upload :
Current File : /srv/www/vhosts/dovastex/wp-content/themes/web_dovastex/single.php

<?php

$post = $wp_query->post;

    if ( in_category('4') ) {
            include(TEMPLATEPATH . '/single-offers.php'); 
    } 
    else if ( in_category('14') ) {
            include(TEMPLATEPATH . '/single-interaction.php'); 
    } 
    else {
        include(TEMPLATEPATH . '/single-default.php');
    }


?> 

ACC SHELL 2018