You made an own skin or theme for phpMyFAQ. You can share it here with others!
Moderator: Thorsten
-
Stéphane
- Posts: 2
- Joined: Mon Oct 16, 2017 4:31 pm
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: 15617
- Joined: Tue Sep 25, 2001 11:14 am
- Location: #phpmyfaq
-
Contact:
Post
by Thorsten »
Hi,
yes, just add it to index.tpl
bye
Thorsten
-
Stéphane
- Posts: 2
- Joined: Mon Oct 16, 2017 4:31 pm
Post
by Stéphane »
Sorry, but I search only all different variables for templates ?
Best,
Stéphane.
-
Thorsten
- Posts: 15617
- Joined: Tue Sep 25, 2001 11:14 am
- Location: #phpmyfaq
-
Contact:
Post
by Thorsten »
Hi,
yes, that's the only way. Sorry.
bye
Thorsten