Displaying meta title in page

Permalink
Does anyone know what the $page attribute would be to pull in the meta title and display it?

I don't need the code, just the attribute. For example, to display the name of the page you would do the following:

<?php echo $c->getCollectionName() ?>

What I want to display is the meta title. Anyone know what attribute you would use to call it?

Thanks

globalnerds
 
bbeng89 replied on at Permalink Reply
bbeng89
It should just be meta_title. You could display it like this:

echo $c->getAttribute('meta_title');