Opened 16 years ago
Closed 16 years ago
#7803 closed enhancement (invalid)
New Setting in Admin Section for Header/Footer Snippets
Reported by: | cpoteet | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 2.7 |
Component: | Administration | Keywords: | settings, options, header, footer |
Focuses: | Cc: |
Description
I've been working with Grafitti CMS recently (fantastic), and they have a textbox for non-coding admins to add snippets to the header/footer for things such as Google Analytics code, etc.
It would be super easy to add an option box and hook into the header/footer actions.
Thoughts?
Change History (4)
#2
@
16 years ago
- Milestone changed from 2.7 to 2.9
- Version set to 2.7
Very, very easy to accomplish this via a plugin: Make super simple options page, store in db, output using hooks that are required in theme (but often do not exist).
Debatable if it's something needed in the core though. I personally don't think it really is. Heck, you just use a text widget for most of this kinda stuff.
Note: See
TracTickets for help on using
tickets.
-100 #6686