IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#33989 - 11/18/10 12:37 PM Creating a custom site-wide page footer
sergyh Offline
OL Newbie

Registered: 12/18/09
Posts: 11
Loc: Spain
Please, can you help me with this problem?

I'm already read the Skinning Guide but there is no examples to do this.

Thanks for all.

Sergio.

Top
#34000 - 11/19/10 09:57 AM Re: Creating a custom site-wide page footer [Re: sergyh]
Raphael Lalonde Lefebvre Offline
OL Expert

Registered: 10/14/05
Posts: 4956
Loc: Objectif Lune Montreal
Sergyh,

Unfortunately, we do not have premade examples for this, and custom programming for skinning requires you to purchase paid professional services.

If you are interested, contact your PSMW reseller and ask for a project quote.

Regards,
Raphaël Lalonde Lefebvre

Top
#34135 - 12/01/10 01:38 PM Re: Creating a custom site-wide page footer [Re: Raphael Lalonde Lefebvre]
RandomPHPDev Offline
OL Newbie

Registered: 09/20/10
Posts: 17
You can just use a classic PHP include command at the bottom of your template files, like:

include("menu.php");

Top