Edjet LMS Server 6.3

Add a footer content and scripts

Footer loads values from system configuration and generate dynamic values like current year.

Footer scripts widget enable the Google Analytics scripts on your website.

To add a widgets to the master page:

  1. Click Learner portal in the main menu, then Master pages.
  2. Find the website master page and click Edit.
  3. In Design section, click Edit next to the wpzNew_Footer zone.
  4. Click New row.
  5. Choose IncludeTemplate and click OK.
  6. Enter following code into the Properties:
    'tpl' => 'includes/footer_basic.tpl.php'
  7. Click New row.
  8. Choose IncludeTemplate and click OK.
  9. Enter following code into the Properties:
    'tpl' => 'includes/footer_scripts.tpl.php'
  10. Click Apply settings and close in the toolbar.
  11. Click Save in the toolbar.
Related