I am not always able to access my server via SFTP or a shell so I thought it 
would be easier for me to manage things as much as possible from the wiki. So, 
I have implemented my skin template as follows:

  <body>
    <div id="wrapper">
      <div id="header">
        <!--PageHeaderFmt-->
        <!--wiki:Site.WebsiteHeader-->
        <!--/PageHeaderFmt-->
      </div>
      <div id="sitenav">
        <!--wiki:Site.SiteNavBar-->
      </div>
      <div id="content">
        <div id="pageactions">
          <!--PageActionFmt-->
          <!--wiki:Site.PageActions-->
        </div>
        <!--PageTitleFmt-->
        <h2>{$Title}</h2>
        <!--PageText-->
      </div>
    </div>
    <div id="footer">
      <!--PageFooterFmt-->
      <!--wiki:Site.WebsiteFooter-->
    </div>
    <!--HTMLFooter-->
  </body>

Is there anything wrong with this as long as I have the correct pages called 
from the .tmpl file?  I have designed a skin for my personal use and it seems 
to work as desired. However, I would like to know if this is a bad idea in the 
long run.

Regards,
Rev. Ian MacGregor
http://www.ianmacgregor.net
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to