Skip to content
Jeremy D edited this page Nov 2, 2020 · 4 revisions

v1.1

  • Download version 1.1
  • Unzip the file then rename folder to smfcurve
  • Copy it into skins folder
  • Open your LocalSettings.php file and add the following line to the end of the file

require_once "$IP/skins/smfcurve/smfcurve.php";

v1.2

  • Download version 1.2
  • Unzip the file then copy it into skins folder
  • Open your LocalSettings.php file and add the following line to the end of the file

wfLoadSkin( 'smfCurve' );

master

  • Download version master
  • Unzip the file then copy it into skins folder named "smfcurve2"
  • Open your LocalSettings.php file and add the following line to the end of the file

wfLoadSkin( 'smfcurve2' );

  • To set this as your default skin add the following to the end of the file

$wgDefaultSkin = 'smfcurve2';

Clone this wiki locally