Harmonize use of require_once and include_once for footer.php

XMLWordPrintable

      require_once and include_once are mixedly used to include the footer snippet:

      require_once 'include/page_footer.php';
      include_once('include/page_footer.php');

      Furthermore, dirname(_FILE_) is only prepended in some occasions.

            Assignee:
            Unassigned
            Reporter:
            Volker Fröhlich
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: