This is a comment on How to add privacy policy and terms of use page, posted by WikiAdmin at 11.09.2021 16:43
View source for Example for additional footer links
comment.php %%(php) <?php // comment this out for not showing website contact link at the bottom of your pages if ($this->db->contact_page) { $tpl->contact_href = $this->href('', $this->db->contact_page); } %% ##ContactPage## here requires a message set in your language files. templeate/comment.tpl %% [= contact = <li><a href="[ ' href ' ]">[ ' _t: ContactPage ' ]</a></li> =] %% Or you hard code the string %% [= contact = <li><a href="[ ' href ' ]">Contact Page</a></li> =] %%