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 / articles [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
29 Jul 2002 14:33:53 | postnuke_modules/articles | pnuser.php,1.32,1.33 | Mike |
switch to user-<func>-<template> format |
Update of /home/cvsroot/postnuke_modules/articles In directory ns7.hostnuke.net:/tmp/cvs-serv9470 Modified Files: pnuser.php Log Message: switch to user-<func>-<template> format Index: pnuser.php =================================================================== RCS file: /home/cvsroot/postnuke_modules/articles/pnuser.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** pnuser.php 29 Jul 2002 13:27:53 -0000 1.32 --- pnuser.php 29 Jul 2002 14:33:51 -0000 1.33 *************** *** 424,428 **** // return template out ! return pnModTemplate('articles', 'user', $template . '-content', $data); } --- 424,429 ---- // return template out ! //return pnModTemplate('articles', 'user', $template . '-content', $data); ! return pnModTemplate('articles', 'user', 'display', $data, $template); } *************** *** 468,471 **** --- 469,474 ---- } $publinks[$i]['rootcats'] = $rootcats; + } else { + $publinks[$i]['rootcats'] = array(); } }
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 |