New 'libraries' folder in root instalation directory
This commit is contained in:
parent
05b6a91b0c
commit
006992b900
2267 changed files with 50 additions and 65 deletions
|
@ -883,8 +883,8 @@ function storminvoice_admin_settings() {
|
|||
$form['storminvoice_tcpdf_location'] = array(
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Location of tcpdf library'),
|
||||
'#default_value' => variable_get('storminvoice_tcpdf_location', t('sites/all/libraries/tcpdf')),
|
||||
'#description' => t('The directory that contains the <a href="http://sourceforge.net/projects/tcpdf/files/">TCPDF library</a> (sites/all/libraries/tcpdf is recommended).'),
|
||||
'#default_value' => variable_get('storminvoice_tcpdf_location', t('libraries/tcpdf')),
|
||||
'#description' => t('The directory that contains the <a href="http://sourceforge.net/projects/tcpdf/files/">TCPDF library</a> (libraries/tcpdf is recommended).'),
|
||||
'#size' => 50,
|
||||
);
|
||||
|
||||
|
|
Reference in a new issue