variables for <meta>

You made an own skin or theme for phpMyFAQ. You can share it here with others!

Moderator: Thorsten

Post Reply
Stéphane
Posts: 2
Joined: Mon Oct 16, 2017 4:31 pm

variables for <meta>

Post by Stéphane »

Hello,
What's the complete list of possible variables for <meta> in <header> ? I would like to add a RDFa meta bloc like :

Code: Select all

<link rel="dc:identifier" href="{currentPageUrl}" />
    <meta property="dc:title" content="{title}" />
    <meta property="dc:description" content="{metaDescription}" />
    <meta property="dc:subject" content="{metaKeywords}" />
    <meta property="dc:creator" content="{metaPublisher}" />
    <meta property="dc:type" content="Page web" />
    <meta property="dc:format" content="text/html" />


And for :

Code: Select all

<link rel="dc:identifier" href="{currentPageUrl}" />
I would like to display the "ID" URL : [myfaq]/index.php?solution_id=1007

It's possible ?

Best,

Stéphane.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: variables for <meta>

Post by Thorsten »

Hi,

yes, just add it to index.tpl

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Stéphane
Posts: 2
Joined: Mon Oct 16, 2017 4:31 pm

Re: variables for <meta>

Post by Stéphane »

Sorry, but I search only all different variables for templates ?
Best,
Stéphane.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: variables for <meta>

Post by Thorsten »

Hi,

yes, that's the only way. Sorry.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply