cgsimple question

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
rbaby
Forum Members
Forum Members
Posts: 144
Joined: Thu Feb 07, 2008 10:28 pm

cgsimple question

Post by rbaby »

I added a new page with the correct alias and in my template I specify:

{cgsimple::get_page_title([$aboutsummary])}
{cgsimple::get_page_content($aboutsummary,'content_en')}

Title seems to be returning the current page you are on, instead of the page alias I specified...sometimes, it shows nothing too.

Page content is pulling nothing--what am I doing wrong?

Thank you!
pWorker
Forum Members
Forum Members
Posts: 48
Joined: Wed Aug 31, 2016 1:30 pm

Re: cgsimple question

Post by pWorker »

Hey,

that works for me:

{cgsimple::get_page_title([$aboutsummary])}

{cgsimple::get_page_title(aboutsummary)}

Original module hint:

Code: Select all

The title of the current page is {cgsimple::get_page_title()}
mfg
Post Reply

Return to “Modules/Add-Ons”