
Originally Posted by
DrByte
1. Yes, you can re-use them. Or delete them if they're not relevant for you.
I thought that was right, thank you.
You need to edit that in the appropriate language file.
Knowing that it is a languages file helps.
The fast way to find out which specific file to edit is by using the Developers Toolkit in your Admin:
I was doing this but because I didn't know it was a languages file I used 'Look-up in all files' also, I was using the wrong search phrase. I should have used the text instead of the code.
What about 3. can I just comment out
Code:
<div class="centerColumn" id="ezPageDefault">
<h1 id="ezPagesHeading"><?php echo $var_pageDetails->fields['pages_title']; ?></h1>
<?php if (EZPAGES_SHOW_PREV_NEXT_BUTTONS=='2' and $counter > 1) { ?>
<div id="navEZPageNextPrev">
<a href="<?php echo $prev_link; ?>"><?php echo $previous_button; ?></a>
<?php echo zen_back_link() . $home_button; ?></a>
<a href="<?php echo $next_link; ?>"><?php echo $next_item_button; ?></a>
</div>
<?php } elseif (EZPAGES_SHOW_PREV_NEXT_BUTTONS=='1') { ?>
<div id="navEZPageNextPrev"><?php echo zen_back_link() . $home_button . '</a>'; ?></div>
<?php } ?>
<?php