You are here

property Smarty::$use_sub_dirs in Quiz 6.6

Same name and namespace in other branches
  1. 6.5 includes/moodle/lib/smarty/Smarty.class.php \Smarty::use_sub_dirs

This tells Smarty whether or not to use sub dirs in the cache/ and templates_c/ directories. sub directories better organized, but may not work well with PHP safe mode enabled.

Type: boolean

File

includes/moodle/lib/smarty/Smarty.class.php, line 300

Class

Smarty
@package Smarty

Code

var $use_sub_dirs = false;