Adding a New info Page
Posted: Fri Apr 23, 2021 1:27 am
Hi,
Phoenix 1.0.8.0
I tried adding a new info page epp.php
I added and created files identical to the Private info page changing the files and the slug to point to app, but it doesn't work.
Thanks,
Phoenix 1.0.8.0
I tried adding a new info page epp.php
I added and created files identical to the Private info page changing the files and the slug to point to app, but it doesn't work.
Anyone that can help?includes/languages/english/modules/boxes/bm_information.php: 'epp.php' => 'Employee Purchase Program'
includes/languages/english/modules/content/footer/cm_footer_information_links.php: 'epp.php' => 'Employee Purchase Program'
templates/default/includes/pages/epp.php: $page = info_pages::get_page(['p.slug' => 'epp',
templates/default/includes/pages/epp.php: $breadcrumb->add($page['pages_title'], tep_href_link('epp.php'));
epp.php: require language::map_to_translation('epp.php');
Thanks,