Browse Source

Minor - flint fixes

Julio Montoya 6 years ago
parent
commit
9b400c981d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/mySpace/myStudents.php

+ 2 - 2
main/mySpace/myStudents.php

@@ -391,8 +391,8 @@ switch ($action) {
             $theme = $tpl->theme;
             $themeName = empty($theme) ? api_get_visual_theme() : $theme;
             $themeDir = \Template::getThemeDir($theme);
-            $customLetterhead = $themeDir."images/letterhead.png";
-            $urlPathLetterhead = api_get_path(SYS_CSS_PATH)."$customLetterhead";
+            $customLetterhead = $themeDir.'images/letterhead.png';
+            $urlPathLetterhead = api_get_path(SYS_CSS_PATH).$customLetterhead;
 
             $urlWebLetterhead = '#FFFFFF';
             $fullPage = false;