Beispiel #1
0
<?php

/*
   pages that were created, but not updated anytime later
*/
echo ewiki_page_ordered_list("version", 0, "", $id);
Beispiel #2
0
function ewiki_page_versions($id = 0, $data = 0)
{
    return ewiki_page_ordered_list("version", -1, "changes", ewiki_t(EWIKI_PAGE_VERSIONS));
    ##### END MOODLE ADDITION #####
}
Beispiel #3
0
<?php

/*
   being the opposite of MostVisitedPages.
*/
echo ewiki_page_ordered_list("hits", 0, "%nx viewed", $id);