=====Latest Action===== >>==See also:== ~-Documentation: LatestActionInfo >>This is the development page for the latest changes action.::c:: The php code of actions/latest.php: %%(php) LoadRecentlyChanged()) { foreach ($pages as $i => $page) { if ($this->HasAccess('read', $page['tag'])) { list($day, $time) = explode(' ', $page['time']); $dateformatted = date(REVISION_DATE_FORMAT, strtotime($day)); $output .= ' '.$this->Link($page['tag'], '', '', 0).' '.$dateformatted.'
'."\n"; $j++; if ($j > $max) break; } } } // ***** end HTML code generation ***** print $output; ?> %% ---- CategoryUserContributions.