Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
custom:ssjs_template [2021/02/19 11:33] – [The SSJS Template Scheme] mortifiscustom:ssjs_template [2021/02/19 11:35] (current) – [The SSJS Template Scheme] beautify (haha) and add useful example mortifis
Line 105: Line 105:
 if(do_leftnav)         if(do_leftnav)        
     load(leftnav_html);     load(leftnav_html);
- 
- 
 if(do_rightnav) if(do_rightnav)
         write_template("rightnav.inc");         write_template("rightnav.inc");
Line 118: Line 116:
  
 <code logout> <code logout>
 +<!-- ../web/templates/nightshade/logout.inc -->
 +
 <div id="contentcontainer"> <div id="contentcontainer">
  <div id="content2">  <div id="content2">
Line 124: Line 124:
 </div>  </div>
 </code> </code>
 +
 +
 ==== SSJS Theme Support ==== ==== SSJS Theme Support ====