Functions

cms/modules/news/news.kid.php File Reference

Go to the source code of this file.

Functions

if(!defined('__PRAGYAN_CMS')) displayNews ()
 displayNew ()

Function Documentation

displayNew (  ) 

<Replace with path of news page

if (strlen($newsFeed) >= 48) { $newsFeed = substr($newsFeed, 0, 48); $newsFeed = substr($newsFeed, 0, strrpos($newsFeed, " ")); $newsFeed .= "..."; }

Definition at line 59 of file news.kid.php.

if (!defined('__PRAGYAN_CMS')) displayNews (  ) 

<Replace with path of news page

if (strlen($newsFeed) >= 48) { $newsFeed = substr($newsFeed, 0, 48); $newsFeed = substr($newsFeed, 0, strrpos($newsFeed, " ")); $newsFeed .= "..."; }

$news =<<<NEWS <script> var pausecontent2=new Array($newsFeed) </script> NEWS;

Definition at line 9 of file news.kid.php.