Project

General

Profile

« Previous | Next » 

Revision 242

Added by stefan over 18 years ago

Moved page_link function to class wb and changed page_link() in functions.php to use the wb class method

View differences:

index.php
223 223
				</td>
224 224
				<td width="20">
225 225
					<?php if($page['visibility'] != 'deleted' AND $page['visibility'] != 'none') { ?>
226
					<a href="<?php echo page_link($page['link']); ?>" target="_blank">
226
					<a href="<?php echo $admin->page_link($page['link']); ?>" target="_blank">
227 227
						<img src="<?php echo ADMIN_URL; ?>/images/view_16.png" border="0" alt="<?php echo $TEXT['VIEW']; ?>" />
228 228
					</a>
229 229
					<?php } ?>

Also available in: Unified diff