21 posts
|
Hi,
I want to be able to have, in the footer, centered, the phrase Confidential Information, and then right or left aligned, the page number, when generating a pdf.
I went to the default theme and edited the following:
recto_content:
#right: '{section-or-chapter-title} | {page-number}'
#right: '{document-title} | {page-number}'
right: 'Confidential Information | {page-number}'
#right: '{page-number}'
#center: '{page-number}'
When i get it to work on one side, i'll do it to the other. :)
But is there a way to do this? What is the correct syntax for the theme to do this?
Thanks so much,
Russ
|