menuStatus; $pagesArray_tmp[$count]['title'] = html_entity_decode($data->title, ENT_QUOTES, 'UTF-8'); $pagesArray_tmp[$count]['url'] = $data->url; $pagesArray_tmp[$count]['date'] = $data->pubDate; $count++; } } $pagesSorted = subval_sort($pagesArray_tmp,'title'); } if (count($pagesSorted) != 0) { foreach ($pagesSorted as $page) { $counter++; $table .= ''; if ($page['title'] == '' ) { $page['title'] = '[No Title]  »  '. $page['url'] .''; } $table .= ''. cl($page['title']) .''; $table .= ''. shtDate($page['date']) .''; $table .= '×'; $table .= ''; } } get_template('header', cl($SITENAME).' » '.i18n_r('BAK_MANAGEMENT')); ?>