| Line 23... |
Line 23... |
| 23 |
<?php
|
23 |
<?php
|
| 24 |
}
|
24 |
}
|
| 25 |
|
25 |
|
| 26 |
} else {
|
26 |
} else {
|
| 27 |
?>
|
27 |
?>
|
| 28 |
<a href="<?php echo !empty($custSiteInfo['contact_url']) ? $custSiteInfo['contact_url'] : SP_CONTACT_LINK?>" target="_blank">
|
28 |
<a href="<?php echo !empty($custSiteInfo['contact_url']) ? $custSiteInfo['contact_url'] : SP_CONTACT_LINK?>" target="_blank" rel="nofollow">
|
| 29 |
<?php echo $spText['common']['contact']?>
|
29 |
<?php echo $spText['common']['contact']?>
|
| 30 |
</a><span class="pipe"> | </span>
|
30 |
</a><span class="pipe"> | </span>
|
| 31 |
<a href="<?php echo !empty($custSiteInfo['help_url']) ? $custSiteInfo['help_url'] : SP_HELP_LINK?>" target="_blank">
|
31 |
<a href="<?php echo !empty($custSiteInfo['help_url']) ? $custSiteInfo['help_url'] : SP_HELP_LINK?>" target="_blank" rel="nofollow">
|
| 32 |
<?php echo $spText['common']['help']?>
|
32 |
<?php echo $spText['common']['help']?>
|
| 33 |
</a><span class="pipe"> |</span>
|
33 |
</a><span class="pipe"> |</span>
|
| 34 |
<a href="<?php echo !empty($custSiteInfo['forum_url']) ? $custSiteInfo['forum_url'] : SP_FORUM_LINK?>" target="_blank">
|
34 |
<a href="<?php echo !empty($custSiteInfo['forum_url']) ? $custSiteInfo['forum_url'] : SP_FORUM_LINK?>" target="_blank" rel="nofollow">
|
| 35 |
<?php echo $spText['common']['forum']?>
|
35 |
<?php echo $spText['common']['forum']?>
|
| 36 |
</a><span class="pipe"> | </span>
|
36 |
</a><span class="pipe"> | </span>
|
| 37 |
<?php
|
37 |
<?php
|
| 38 |
}
|
38 |
}
|
| 39 |
?>
|
39 |
?>
|