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 » Mon Oct 16, 2017 4:56 pm
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: 14794
- Joined: Tue Sep 25, 2001 11:14 am
- Location: #phpmyfaq
-
Contact:
Post
by Thorsten » Thu Oct 19, 2017 7:49 pm
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 » Fri Oct 20, 2017 10:11 am
Sorry, but I search only all different variables for templates ?
Best,
Stéphane.
-
Thorsten
- Posts: 14794
- Joined: Tue Sep 25, 2001 11:14 am
- Location: #phpmyfaq
-
Contact:
Post
by Thorsten » Sat Oct 21, 2017 12:17 pm
Hi,
yes, that's the only way. Sorry.
bye
Thorsten