######################################################################## # KBase Express # # http://www.sensationdesigns.com/products/scripts/kbase_express # # # # Website: http://www.sensationdesigns.com # # Contact: sales@sensationdesigns.com # # Support: support@sensationdesigns.com # # # # KBase Express is NOT free software. It may NOT be redistributed in # # any way. Please see the license agreement for further information: # # http://www.sensationdesigns.com/policies/license.php # # # # Copyright (c) 2005 Sensation Designs. All rights reserved. # ######################################################################## session_start(); $sectionHeader = '
|
';
tableHeader('Document Information');
echo '
Published by: '.$row->publisher.' Found in: '.$row->category.' Created: '.date($cfg['date_format'], $row->created).' Last updated: '.date($cfg['date_format'], $row->last_updated); tableClose(); echo ' | ';
tableHeader('Document Statistics');
echo '
Rating: '.$rating['standard'].' Views: '.$row->view_count.' Print count: '.$row->print_count.' E-mail count: '.$row->email_count; tableClose(); echo ' |
| '.$nav['total'].' '.isPlural($nav['total'], 'articles', 'articles').' found. Displaying page '.$nav['page'].' of '.$nav['pages'].' |