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_official / html / modules / categories [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 11 Aug 2002 00:46:50 | postnuke_official/html/modules/categories | pnvisualapi.php,1.5,1.6 | Mike |
| pass images from listarray - TODO: build icon table display :-) | |||
Update of /home/cvsroot/postnuke_official/html/modules/categories
In directory ns7.hostnuke.net:/tmp/cvs-serv4113
Modified Files:
pnvisualapi.php
Log Message:
pass images from listarray - TODO: build icon table display :-)
Index: pnvisualapi.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/categories/pnvisualapi.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pnvisualapi.php 29 Jul 2002 11:00:53 -0000 1.5
--- pnvisualapi.php 11 Aug 2002 00:46:48 -0000 1.6
***************
*** 344,349 ****
--- 344,351 ----
$items[$category['cid']]['id'] = $category['cid'];
$items[$category['cid']]['name'] = $category['name'];
+ $items[$category['cid']]['image'] = $category['image'];
$items[$category['cid']]['beforetags'] = '';
$items[$category['cid']]['aftertags'] = '';
+ // TODO: build icon table instead of text list if there are images...
if ($category['cid'] == $root) {
$startindent = $category['indentation'];
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 |