Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_modules / htmlpages / pnblocks [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 24 Jul 2002 20:44:34 | postnuke_modules/htmlpages/pnblocks | html.php,1.1,1.2 | Andrea M. |
| better menu | |||
Update of /home/cvsroot/postnuke_modules/htmlpages/pnblocks
In directory ns7.hostnuke.net:/tmp/cvs-serv11804/pnblocks
Modified Files:
html.php
Log Message:
better menu
Index: html.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/htmlpages/pnblocks/html.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** html.php 23 Jul 2002 22:24:14 -0000 1.1
--- html.php 24 Jul 2002 20:44:32 -0000 1.2
***************
*** 92,96 ****
}
// Create output object
!
$output-> Text(pnVarCensor(pnVarPrepHTMLDisplay($item['content'])));
--- 92,98 ----
}
// Create output object
! if (!isset($item['content'])) {
! return; //$output-> Text(" ");
! }
$output-> Text(pnVarCensor(pnVarPrepHTMLDisplay($item['content'])));
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |