Line 1... |
Line 1... |
1 |
<div class="col" id="support_screen">
|
1 |
<div class="col" id="support_screen">
|
2 |
<?php
|
2 |
<?php
|
3 |
if (!empty($blogContent['blog_content'])) {
|
3 |
if (!empty($blogContent['blog_content'])) {
|
4 |
echo $blogContent['blog_content'];
|
4 |
echo $blogContent['blog_content'];
|
5 |
} else {
|
5 |
} else {
|
- |
|
6 |
|
- |
|
7 |
// add no follow option to SP links
|
- |
|
8 |
$spTextSupport['support_cont1'] = str_replace('<a ', '<a rel="nofollow" ', $spTextSupport['support_cont1']);
|
- |
|
9 |
$spTextSupport['support_cont2'] = str_replace('<a ', '<a rel="nofollow" ', $spTextSupport['support_cont2']);
|
- |
|
10 |
$spTextSupport['support_cont3'] = str_replace('<a ', '<a rel="nofollow" ', $spTextSupport['support_cont3']);
|
- |
|
11 |
|
6 |
$search = array(
|
12 |
$search = array(
|
7 |
'<?'.'=SP_PLUGINSITE?>', '<?'.'=SP_DOWNLOAD_LINK?>', '<?'.'=SP_DEMO_LINK?>',
|
13 |
'<?'.'=SP_PLUGINSITE?>', '<?'.'=SP_DOWNLOAD_LINK?>', '<?'.'=SP_DEMO_LINK?>',
|
8 |
'<?'.'=SP_CONTACT_LINK?>', '<?'.'=SP_HELP_LINK?>', '<?'.'=SP_FORUM_LINK?>',
|
14 |
'<?'.'=SP_CONTACT_LINK?>', '<?'.'=SP_HELP_LINK?>', '<?'.'=SP_FORUM_LINK?>',
|
9 |
'<?'.'=SP_SUPPORT_LINK?>', '<?'.'=SP_DONATE_LINK?>', '$160', 'size="14"'
|
15 |
'<?'.'=SP_SUPPORT_LINK?>', '<?'.'=SP_DONATE_LINK?>', '$160', 'size="14"'
|
10 |
);
|
16 |
);
|