GetSimple Support Forum

Full Version: A news insertion line on all pages and subpages?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

for a temporary message I am searching a way to insert a kind of "news" line on all pages and newsmanager post pages of my Getsimple site.

How could this be done with a minimum effort? Perhaps something in the header.inc file?

Thank you for proposals.

Hypertexter
Just one line of text? You can write something in a component and place the component somewhere in your theme.
Yes, just one line of text. A component is a good idea, it is very flexible.

But where exactly to insert the component? I use Innovation theme...
In header.inc.php, template.php or sidebar.inc.php, depending where you want it to be displayed in the page.
Cool, it worked. Thank you!