[pmwiki-users] skin template advice?

Ian MacGregor ardchoille42 at me.com
Fri Oct 18 16:58:38 CDT 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20131018/4c6b286d/attachment.html>


More information about the pmwiki-users mailing list