Subversion Repositories cheapmusic

Rev

Rev 103 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 103 Rev 155
Line 2... Line 2...
2
	<?php
2
	<?php
3
	$blogContent = getCustomizerPage('home');
3
	$blogContent = getCustomizerPage('home');
4
	if (!empty($blogContent['blog_content'])) {
4
	if (!empty($blogContent['blog_content'])) {
5
	    echo $blogContent['blog_content'];
5
	    echo $blogContent['blog_content'];
6
	} else {
6
	} else {
-
 
7
	    
-
 
8
	    // add no follow option to SP links
-
 
9
	    $spTextHome['home_cont1'] = str_replace('<a ', '<a rel="nofollow" ', $spTextHome['home_cont1']);
-
 
10
	    $spTextHome['home_cont2'] = str_replace('<a ', '<a rel="nofollow" ', $spTextHome['home_cont2']);
-
 
11
	    $spTextHome['home_cont3'] = str_replace('<a ', '<a rel="nofollow" ', $spTextHome['home_cont3']);
7
    	?>
12
    	?>
8
        <fieldset id="welcome_msg">
13
        <fieldset id="welcome_msg">
9
	        <ul class="infobox">
14
	        <ul class="infobox">
10
	        	<li>
15
	        	<li>
11
	        		<?php echo str_replace('<?'.'=SP_PLUGINSITE?>', SP_PLUGINSITE, $spTextHome['home_cont1'])?>
16
	        		<?php echo str_replace('<?'.'=SP_PLUGINSITE?>', SP_PLUGINSITE, $spTextHome['home_cont1'])?>