Пример #1
0
?>
</div>
                <img src="<?php 
echo plugins_url('assets/img/contactus-users.png', dirname(__FILE__));
?>
" class="user-graphic">
                <div class="cc-message">We’re working on new ways to personalize your account</div>
                <div class="cc-message-small">Please take 7 seconds to tell us about your website, which helps us identify the best tools for your needs:</div>

                <h4 class="cc-title" id="category-message">Select the Category of Your Website:</h4>

                <?php 
/*
 * GET CATEGORIES AND SUBCATEGORIES
 */
$aryCategoriesAndSub = $cUs_CtCt_api->getCategoriesSubs();
if (is_array($aryCategoriesAndSub)) {
    ?>
                    <ul id="customer-categories">
                        <?php 
    foreach ($aryCategoriesAndSub as $category => $arySubs) {
        ?>

                            <li class="parent-category"><span data-maincat="<?php 
        echo $category;
        ?>
" id="<?php 
        echo str_replace(' ', '-', $category);
        ?>
" class="parent-title"><?php 
        echo trim($category);