Removing obsolete references to readme files in source code
This commit is contained in:
parent
3bcd36d5ab
commit
37c335e3cc
31 changed files with 52 additions and 94 deletions
|
@ -233,7 +233,7 @@ function _print_var_generator($node, $message = NULL, $cid = NULL) {
|
|||
break;
|
||||
}
|
||||
$logo_url = preg_replace('!^'. base_path() .'!', '', $logo_url);
|
||||
$site_name = variable_get('site_name', 'Drupal');
|
||||
$site_name = variable_get('site_name', 'SuiteDesk');
|
||||
$print['logo'] = $logo_url ? theme('image', $logo_url, $site_name, '', array('class' => 'print-logo', 'id' => 'logo'), FALSE) : '';
|
||||
|
||||
switch ($print_footer_options) {
|
||||
|
|
|
@ -329,7 +329,7 @@ function _print_pdf_tcpdf($print, $html, $filename = NULL) {
|
|||
if (isset($print['submitted'])) {
|
||||
$pdf->SetAuthor(strip_tags($print['submitted']));
|
||||
}
|
||||
$pdf->SetCreator(variable_get('site_name', 'Drupal'));
|
||||
$pdf->SetCreator(variable_get('site_name', 'SuiteDesk'));
|
||||
$pdf->SetTitle(html_entity_decode($print['title'], ENT_QUOTES, 'UTF-8'));
|
||||
if (isset($print['taxonomy'])) {
|
||||
$keys = implode(' ', explode("\n", trim(strip_tags($print['taxonomy']))));
|
||||
|
|
Reference in a new issue