Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Ok..i found the code in the iFeaturePro theme I am using here it is…
    `

    <?php
    foreach(explode(“,”, $page_section_order) as $key) {
    $fn = ‘synapse_’ . $key;
    if(function_exists($fn)) {
    call_user_func_array($fn, array());
    }
    }
    ?>

    `
    Not sure if this is the right code to replace with? Thanks again!

Viewing 1 replies (of 1 total)
Skip to toolbar