Echo page version

Permalink
Hi guys,

I'm trying to make a footer which shows the date, author and version of a page. The date and author are done but I can't find a way to echo the current page version.

I found a way to display total versions but I want it per page. Code for total version:
<?php Loader::model('page_statistics');
echo PageStatistics::getTotalPageVersions();
?>

Does anyone know a solution to echo the current page version? Thanks!

 

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.