Skip to content

Commit

Permalink
Dev: config-default order of items
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Dec 21, 2016
1 parent bef517b commit 17b0e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/config-defaults.php
Expand Up @@ -645,10 +645,10 @@
$config['imagedir'] = $config['rootdir'].DIRECTORY_SEPARATOR."images"; // The directory path of the image directory
$config['uploaddir'] = $config['rootdir'].DIRECTORY_SEPARATOR."upload";
$config['standardtemplaterootdir'] = $config['rootdir'].DIRECTORY_SEPARATOR."templates"; // The directory path of the standard templates
$config['usertemplaterootdir'] = $config['uploaddir'].DIRECTORY_SEPARATOR."templates"; // The directory path of the user templates
$config['styledir'] = $config['rootdir'].DIRECTORY_SEPARATOR.'styles';
$config['questiontypedir'] = $config['rootdir'].DIRECTORY_SEPARATOR.'application'.DIRECTORY_SEPARATOR.'extensions'.DIRECTORY_SEPARATOR.'questionTypes';
$config['userquestiontemplaterootdir'] = $config['rootdir'].DIRECTORY_SEPARATOR."question_templates"; // The directory containing the user's question templates.
$config['usertemplaterootdir'] = $config['uploaddir'].DIRECTORY_SEPARATOR."templates"; // The directory path of the user templates
$config['userquestiontemplaterootdir'] = $config['uploaddir'].DIRECTORY_SEPARATOR."question_templates"; // The directory containing the user's question templates.


// Use alias notation, we should move to this format everywhere.
Expand Down

0 comments on commit 17b0e7e

Please sign in to comment.