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
Next revision
Previous revision
Next revisionBoth sides next revision
custom:ssjs_template [2021/02/19 08:21] – [The SSJS Template Scheme] mortifiscustom:ssjs_template [2021/02/19 10:03] – [The SSJS Template Scheme] mortifis
Line 98: Line 98:
 template.whatever = "<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Some kind of stuff will go here, eventually!" template.whatever = "<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Some kind of stuff will go here, eventually!"
  
-var sub = '';+var sub = ''; /* Do not delete/change this */
  
-if(do_header)+/* below values are set in ../web/lib/html_themes.ssjs  */ 
 +if(do_header) 
  write_template("header.inc");  write_template("header.inc");
 if(do_topnav) if(do_topnav)
Line 119: Line 120:
  
 <code inc> <code inc>
-<!-- $Id: main.inc,1.4 2018/03/14 02:19:55 deuce Exp $ -->+<!-- $Id: bbses.inc,0.1 2021/02/18 02:19:55 lamer Exp $ -->
  
 <!-- Begin BBS Connect Content --> <!-- Begin BBS Connect Content -->