Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-12864

Have an EVENT tag after STYLESHEETS in overall_header

    XMLWordPrintable

Details

    • Improvement
    • Status: Unverified Fix (View Workflow)
    • Trivial
    • Resolution: Fixed
    • 3.1.0-dev, 3.1.0-RC2
    • 3.1.0-RC3
    • Events, Styles
    • None

    Description

      In overall_header.html, an EVENT should be available after the STYLESHEETS tag.

      This would allow style tags to be used after the included CSS files that can over-write styling from the linked CSS files if needed. It can also allow stuff to truly be inserted immediately before the closing head tag.

      But we still need the EVENT before STYLESHEETS so extensions can use INCLUDECSS.

      Perhaps have a new prepend event and some re-arranging:

      <!-- EVENT overall_header_head_prepend -->
       
      {$STYLESHEETS}
       
      <!-- EVENT overall_header_head_append -->
      

      Attachments

        Activity

          People

            Marc Marc
            VSE Matt Friedman [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: