Go to the source code of this file.
Namespaces | |
namespace | pragyan |
Widget Framework for Pragyan CMS (c) 2010 Pragyan Team http://www.gnu.org/licenses/ GNU Public License For more details, see README Add support for File Upload/Download via the widget's configurations Reload Widgets ,Get Widget Instances. see bottom. | |
Variables | |
$newsItems = "<div style=\"display: none;\" id=\"newscontainer\">" | |
global | $sourceFolder |
global | $moduleFolder |
global | $urlRequestRoot |
global | $pageIdArray |
$tmpNewsObj = new news() | |
$pageFullPath = "/news/" | |
Replace with path of news page. | |
$pageId = parseUrlReal($pageFullPath, $pageIdArray) | |
$pageInfo = getPageInfo($pageId) | |
$newsArray = $tmpNewsObj->getNewsArray(0) |
global $moduleFolder |
Definition at line 19 of file updates.php.
$newsArray = $tmpNewsObj->getNewsArray(0) |
Definition at line 27 of file updates.php.
for ($i=0;$i< count($newsArray);$i++) $newsItems = "<div style=\"display: none;\" id=\"newscontainer\">" |
Definition at line 16 of file updates.php.
$pageFullPath = "/news/" |
Replace with path of news page.
Definition at line 24 of file updates.php.
$pageId = parseUrlReal($pageFullPath, $pageIdArray) |
Definition at line 25 of file updates.php.
global $pageIdArray |
Definition at line 21 of file updates.php.
$pageInfo = getPageInfo($pageId) |
Definition at line 26 of file updates.php.
global $sourceFolder |
Definition at line 18 of file updates.php.
$tmpNewsObj = new news() |
Definition at line 23 of file updates.php.
global $urlRequestRoot |
Definition at line 20 of file updates.php.