- fixed a parse error in the marvin theme
parent
32ed753e0b
commit
44732b1c44
|
@ -28,7 +28,7 @@
|
|||
<title>
|
||||
<?php
|
||||
if ($title) {
|
||||
print $title . " - " variable_get("site_name", "drupal");
|
||||
print $title ." - ". variable_get("site_name", "drupal");
|
||||
}
|
||||
else {
|
||||
print variable_get("site_name", "drupal") ." - ". variable_get("site_slogan", "");
|
||||
|
|
Loading…
Reference in New Issue