chrissy6930
Karma: 4
|
file date in filelisting - 2008/10/28 10:26
hi all,
I would like to use filedate on filelisting as well, not only on fileinfo.
how would I go about that pls?
code used is:
echo "nt HTMLSTARTTAG div class='listheading' HTMLENDTAG "; echo "nt$downlink HTMLSTARTTAG /div HTMLENDTAG "; echo "nt HTMLSTARTTAG div id='remositoryfilelisting' HTMLENDTAG "; echo "ntt HTMLSTARTTAG div class='remositorythumbbox' HTMLENDTAG "; echo "$thumbdisplay"; echo "ntt HTMLSTARTTAG !-- End of remositorythumbbox -- HTMLENDTAG "; echo "ntt HTMLSTARTTAG /div HTMLENDTAG "; echo "ntt HTMLSTARTTAG div id='listdownload' HTMLENDTAG "; echo "ntt$downlink2 HTMLSTARTTAG /div HTMLENDTAG "; echo "ntt HTMLSTARTTAG div class='downdetails' HTMLENDTAG "; if ($file->filedate'') $this->fileOutputBox (_DOWN_FILE_DATE, date($this->repository->Date_Format,$this->controller->revertFullTimeStamp($file->filedate))); echo "ntt HTMLSTARTTAG /div HTMLENDTAG ";
there is no error but its not displaying filedate either
Post edited by: chrissy6930, at: 2008/10/28 10:56
|