XF 1.3 Add to bottom of template using Template Modification?

Kevin

Well-known member
I'm trying to add something to extra.css using an XF Template Modification; since that template is blank by default and may or may not have custom additions to it I would like to add my stuff to always at the bottom of the extra.css template.

Is that doable with a regular expression? :coffee:
 
Much appreciated, Chris, thanks! (y) This will make my life easier with the various stuff that I've been moving to template mods' that also require some css definitions as well.
 
I use the RegEx #$#. It does not really a replace (no $0 needed), but searches for the end ($)and kind of appends to the template (well, of course, technically it is a replace..).
 
Top Bottom