[pmwiki-users] help on skin
    Marco Ferretti 
    marco.ferretti at gmail.com
       
    Fri Aug 24 05:45:30 CDT 2007
    
    
  
Hi all,
this is my very first skin and the docs in the wiki were very helpful.
Anyway there is one last problem I am not able to address on my own.
The scope of this skin is to go on an intranet collaboration site .
Each group represents a project . currently there are 25 identified
project on going . We would like to have a banner ( the project logo )
on all the project pages .
This is my VERY simple body ( tmpl ) :
        <body>
                <div id='ruler'>
                        <div id='head'>
                                <div id='language'>$userlang</div>
                                <div
id='page-actions'><!--wiki:$Group.PageActions
$SiteGroup.PageActions--></div>
                        </div>
                        <img class='banner' src="$PageLogoUrl" alt="BANNER">
                        <div id='menu'><!--wiki:$Group.SideBar
$SiteGroup.SideBar--></div>
                        <div id='content'>
                                <div id='page-text'>
                                        <!--PageText-->
                                </div>
                        </div>
                        <!--HTMLFooter-->
                </div>
         </body>
What I would like to achieve is to give the user to modify the Banner
on a per group basis ... something like <img class='banner'
src="$GroupBanner" alt="BANNER">
Can you point me somewhere ?
TIA
Marco
    
    
More information about the pmwiki-users
mailing list