WebsiteBaker Support (2.10.x) > General Help & Support

How to modify buffer?

(1/1)

noname8:
I have custom php content loaded into website content area with page type "code" and there is include my php files.
They work fine.

But in that php file, i want to rewrite one custom tag in the <head> area of the page that comes from the template.
Normally i've done this with ob_start()...$var=ob_get_contents() and replace and echo back, but now when i get the ob_get_contents it only contains the page-area content and not the template stuff.
Where is the template stuff ?

DarkViper:

--- Quote from: noname8 on December 21, 2017, 04:04:05 PM ---Where is the template stuff ?
--- End quote ---
…still in the OutputBuffer ;)
Remember...  OutputBuffer is a normal Stack (FILO) !

Navigation

[0] Message Index

Go to full version