Exemplo n.º 1
0
        if (!in_array($_GET['letter'], range('a', 'z')) && $_GET['letter'] != '0-9') {
            //cx update
            //zen_redirect(zen_href_link(FILENAME_DEFINE_PAGE_NOT_FOUND));
            echo '<div style="text-align:center"><div class="error_box" style="width:300px;text-align:center; margin:0 auto;">Sorry,This is Tags "' . $_GET['letter'] . '" no Container Products</div></div>';
        }
        //echo FILENAME_DEFINE_PAGE_NOT_FOUND;
        //zen_redirect(zen_href_link(FILENAME_DEFINE_PAGE_NOT_FOUND));
    }
    ?>
</ul>
<?php 
    //print_r(zen_get_all_get_params(array('page', 'info', 'x', 'y')));
    if ($producttags_split->number_of_rows > 0 && (PREV_NEXT_BAR_LOCATION == '2' || PREV_NEXT_BAR_LOCATION == '3')) {
        ?>
<div class="pages"><?php 
        echo TEXT_RESULT_PAGE . ' ' . $producttags_split->no_current_display_links(200, zen_get_all_get_params(array('page', 'info', 'x', 'y')));
        ?>
</div>
<?php 
    }
    ?>
<div class="clear margine_t"> </div>
<ul class="letter_1px g_t_c big line_30px">
<?php 
    // display productTagList
    foreach (range('a', 'z') as $letter) {
        echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . 'wishlist/' . strtoupper($letter) . '/" >' . strtoupper($letter) . '</a> | ';
    }
    echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . 'producttags/0-9/" >0-9</a> ';
    ?>