Hide the phpMyFAQ version number from FrontEnd
Moderator: Thorsten
Hide the phpMyFAQ version number from FrontEnd
Is there a way I can not display this value, short of modifying every single template file?
Re: Hide the phpMyFAQ version number from FrontEnd
Hi,
you can remove it in the templates.
bye
Thorsten
you can remove it in the templates.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: Hide the phpMyFAQ version number from FrontEnd
I wonder if rather than editing each template it would be better to simply modify index.php and use
in place of
Code: Select all
'phpmyfaqversion' => '',
Code: Select all
'phpmyfaqversion' => $faqConfig->get('main.currentVersion'),
Re: Hide the phpMyFAQ version number from FrontEnd
Hi,
removing the version in the templates is more update savely.
bye
Thorsten
removing the version in the templates is more update savely.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist