Skip to content

Commit

Permalink
Revert "Dev: added "viewsdir" variable into config-defaults.php"
Browse files Browse the repository at this point in the history
This reverts commit edb3418.
  • Loading branch information
dominikvitt committed May 18, 2018
1 parent 3dd3da2 commit c9eb9a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/config/config-defaults.php
Expand Up @@ -640,7 +640,6 @@
$config['corequestionthemedir'] = "themes".DIRECTORY_SEPARATOR."question";
$config['corequestionthemerootdir'] = $config['rootdir'].DIRECTORY_SEPARATOR.$config['corequestionthemedir']; // The directory containing the core's question themes.
$config['styledir'] = $config['rootdir'].DIRECTORY_SEPARATOR.'themes'.DIRECTORY_SEPARATOR.'admin';
$config['viewsdir'] = $config['rootdir'].DIRECTORY_SEPARATOR.'application'.DIRECTORY_SEPARATOR.'views';
$config['questiontypedir'] = $config['rootdir'].DIRECTORY_SEPARATOR.'application'.DIRECTORY_SEPARATOR.'extensions'.DIRECTORY_SEPARATOR.'questionTypes';
$config['userthemerootdir'] = $config['uploaddir'].DIRECTORY_SEPARATOR."themes".DIRECTORY_SEPARATOR."survey"; // The directory path of the user themes
$config['userquestionthemedir'] = "themes".DIRECTORY_SEPARATOR."question"; // The directory containing the user's question themes.
Expand Down

0 comments on commit c9eb9a2

Please sign in to comment.