'; $prev_page = ($page-1 <= 0) ? 0 : $page-1; $next_page = ($page+1 > $pages) ? 0 : $page+1; if ($prev_page) { $page_nav .= '<< First | '; if ($prev_page > 1) { $page_nav .= '< Prev | '; } } for ($i=1; $i<=$pages; $i++) { if ($i <= ($page+5) && $i >= ($page-5)) { if($i == $page) {$page_nav .= ' '.$i.' ';} else {$page_nav .= ' '.$i.' ';} } } if ($next_page) { if ($next_page < $pages) { $page_nav .= ' | Next >'; } $page_nav .= ' | Last >>'; } $page_nav .= '
'; echo $page_nav; } } $lines = array_slice($lines,$start,$settings['max_per_page']); } $print_featured = 0; $first = 1; $i = 0; foreach ($lines as $thisline) { $thisline=trim($thisline); if (!empty($thisline)) { $i++; list($name,$email,$title,$url,$recurl,$description,$featured,$pr)=explode($settings['delimiter'],$thisline); $show_url = $settings['show_url'] ? ' - '.$url.'' : ''; if ($settings['show_pr'] == 1) { if (empty($pr)) {$pr=0;} $pr_code = 'Featured links
'.$title.''.$show_url.' |
Reciprocal links
'.$title.''.$show_url.' |
No links yet!
'; } if ($settings['show_form']) { if ($i < $settings['max_links']) { ?>» Step 1: Add our link to your website
| Website URL: | |
| Website Title: | |
| Description: |
» Step 2: Submit your link
All fields are required. Please finish Step 1 before submitting this form.
Submit your website
Unfortunately we are not accepting any new links at the moment.
Use the form below to submit your link. All fields are required.
Please add a link to our website to your links page before submitting this form!