S schurli New Member YetiShare User Wurlie User Jan 24, 2013 7 0 0 Jan 31, 2013 #1 Hello, can anyone a contact page and a Impressum Page Posten please?
Y ysmods New Member Jan 29, 2013 860 1 0 UK www.ysmods.com Jan 31, 2013 #2 I'm working on a contact page at the moment What do you want in the Impressum Page?
S schurli New Member YetiShare User Wurlie User Jan 24, 2013 7 0 0 Jan 31, 2013 #3 sford999 said: What do you want in the Impressum Page? Click to expand... Hy, "Disclaimer-Page"
Y ysmods New Member Jan 29, 2013 860 1 0 UK www.ysmods.com Feb 2, 2013 #4 I know its a legal disclaimer, but what is the contents of the page?
Y ysmods New Member Jan 29, 2013 860 1 0 UK www.ysmods.com Feb 2, 2013 #5 For a link in the footer below the "terms & conditions" link Open _footer.php Find: Code: <li><a href="<?php echo WEB_ROOT; ?>/terms.<?php echo SITE_CONFIG_PAGE_EXTENSION; ?>"><?php echo t('term_and_conditions', 'terms and conditions'); ?></a></li> Add below: Code: <li><a href="<?php echo WEB_ROOT; ?>/impressum.<?php echo SITE_CONFIG_PAGE_EXTENSION; ?>"><?php echo t('impressum', 'impressum'); ?></a></li> Save and upload_footer.php
For a link in the footer below the "terms & conditions" link Open _footer.php Find: Code: <li><a href="<?php echo WEB_ROOT; ?>/terms.<?php echo SITE_CONFIG_PAGE_EXTENSION; ?>"><?php echo t('term_and_conditions', 'terms and conditions'); ?></a></li> Add below: Code: <li><a href="<?php echo WEB_ROOT; ?>/impressum.<?php echo SITE_CONFIG_PAGE_EXTENSION; ?>"><?php echo t('impressum', 'impressum'); ?></a></li> Save and upload_footer.php