How can I use the {news} tag from another tag?
My version of CMSMS is 1.11.4 (Fernandia)
Thanks in advance
Code: Select all
$isMobile = (bool)preg_match('#\b(ip(hone|od)|android\b.+\bmobile|opera m(ob|in)i|windows (phone|ce)|blackberry'.
'|s(ymbian|eries60|amsung)|p(alm|rofile/midp|laystation portable)|nokia|fennec|htc[\-_]'.
'|up\.browser|[1-4][0-9]{2}x[1-4][0-9]{2})\b#i', $_SERVER['HTTP_USER_AGENT'] );
if($isMobile==false)
{
echo"<div id='right'></div>";
echo"<div id='right_2'></div> ";
echo"<h2 style='text-align: left; text-indent: 8px;'><a href = 'http://Mywebsite/index.php?page=news'> News</a></h2>";
echo"<p> </p>";
[color=#FF8000]echo"<div id='news'></div>{news number='4'}";[/color]
}