>
">
-
'name',
'order' => 'ASC',
'limit' => -1,
'category' => null,
'category_name' => '',
'hide_invisible' => true,
'show_updated' => 0,
'include' => null,
'exclude' => $aureola_opts['exclude_from_nav'],
'search' => '.'));
foreach ($links as $link) {
echo '- '.$link->link_name.'
- '; }
else:
echo preg_replace('@\
- ]*)>\]*)>(.*?)\<\/a>@i', '
- $3', wp_list_pages('echo=0&orderby=name&title_li=&exclude='.$aureola_opts['exclude_from_nav']));
endif;
?>