1
My web site for default loads in the Module NEWS, for example
arequipainfo.com
I want only "two words" in main of News for default,
arequipainfo.com/modules/news/ ==> i want only “Two Words”
$xoops_sitename = Two words (of Control Panel /)
When I make click in "Read more" I want that the following thing appears:
arequipainfo.com/modules/news/article.php?storyid=14
Two Words + He titles of the news
I have modified the fallow example:
xoops.org/modules/newbb/viewtopic.php?topic_id=15454&viewmode=flat&order=ASC&start=30
<{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> : <{/if}><{$xoops_sitename}>
But I don't get that I want