@@ -34,7 +34,7 @@ |
||
34 | 34 | $smarty->assign("user_id", $_SESSION['user_id']); |
35 | 35 | |
36 | 36 | //Send all smarty variables to the templates |
37 | -$smarty->display("file:" . $cpanel_template_folder . "docs/doc_type.html"); |
|
37 | +$smarty->display("file:".$cpanel_template_folder."docs/doc_type.html"); |
|
38 | 38 | |
39 | 39 | //close the connection |
40 | 40 | mysqli_free_result($result_doc_type); |
@@ -49,7 +49,7 @@ |
||
49 | 49 | } |
50 | 50 | |
51 | 51 | //Send all smarty variables to the templates |
52 | - $smarty->display("file:" . $cpanel_template_folder . "docs/doc_category_edit.html"); |
|
52 | + $smarty->display("file:".$cpanel_template_folder."docs/doc_category_edit.html"); |
|
53 | 53 | } |
54 | 54 | |
55 | 55 | //close the connection |
@@ -33,4 +33,4 @@ |
||
33 | 33 | $smarty->assign('magazine_add_tpl', '1'); |
34 | 34 | |
35 | 35 | //Send all smarty variables to the templates |
36 | -$smarty->display("file:" . $cpanel_template_folder . "magazine/magazine_add.html"); |
|
36 | +$smarty->display("file:".$cpanel_template_folder."magazine/magazine_add.html"); |
@@ -47,4 +47,4 @@ |
||
47 | 47 | )); |
48 | 48 | |
49 | 49 | //Send all smarty variables to the templates |
50 | -$smarty->display("file:" . $cpanel_template_folder . "magazine/magazine_issue_edit.html"); |
|
50 | +$smarty->display("file:".$cpanel_template_folder."magazine/magazine_issue_edit.html"); |
@@ -68,4 +68,4 @@ |
||
68 | 68 | } |
69 | 69 | |
70 | 70 | //Send all smarty variables to the templates |
71 | -$smarty->display("file:" . $cpanel_template_folder . "magazine/magazine_review_score.html"); |
|
71 | +$smarty->display("file:".$cpanel_template_folder."magazine/magazine_review_score.html"); |
@@ -41,4 +41,4 @@ |
||
41 | 41 | )); |
42 | 42 | |
43 | 43 | //Send all smarty variables to the templates |
44 | -$smarty->display("file:" . $cpanel_template_folder . "magazine/magazine_review_list.html"); |
|
44 | +$smarty->display("file:".$cpanel_template_folder."magazine/magazine_review_list.html"); |
@@ -31,4 +31,4 @@ |
||
31 | 31 | } |
32 | 32 | |
33 | 33 | //Send all smarty variables to the templates |
34 | -$smarty->display("file:" . $cpanel_template_folder . "magazine/magazine_manage.html"); |
|
34 | +$smarty->display("file:".$cpanel_template_folder."magazine/magazine_manage.html"); |
@@ -43,4 +43,4 @@ |
||
43 | 43 | )); |
44 | 44 | |
45 | 45 | //Send all smarty variables to the templates |
46 | -$smarty->display("file:" . $cpanel_template_folder . "magazine/magazine_setscore.html"); |
|
46 | +$smarty->display("file:".$cpanel_template_folder."magazine/magazine_setscore.html"); |
@@ -50,4 +50,4 @@ |
||
50 | 50 | } |
51 | 51 | |
52 | 52 | //Send all smarty variables to the templates |
53 | -$smarty->display("file:" . $cpanel_template_folder . "magazine/magazine_edit.html"); |
|
53 | +$smarty->display("file:".$cpanel_template_folder."magazine/magazine_edit.html"); |