Ok, I have run into another bit of a problem. Here is the code that was used in the Template:
‘<?php wp_list_pages(‘title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?>’
If I place the depth tag in the wp_list_pages tag, it shows up as text on the page. If it is placed in the get_links_list tag, nothing happens.