<?php global $multipage; global $numpages; global $page; ?>

<?php if ($multipage):?>
<div class="page-numbering">Page <?php echo $page; ?> of <?php echo $numpages; ?></div>
<?php endif; ?>

This will print out: Page 1 of 3