This is an old revision of the document!


Small change to Argon template

I added an option to the nice Argon dokuwiki template to get rid of the left sidebar. Here are the changes I made:

  1. Changes to main.php (lib/tpl/argon/)
    • Top of the file, below original line 10, add the line:
      $showLeftSidebar = !tpl_getConf('hideLeftSidebar');
    • Below original line 132 (133 after the above change), after the left sidebar comment, add the line:
      <?php if ($showLeftSidebar) { ?>