diff --git a/Akina/home.php b/Akina/home.php index eca946d..609300f 100644 --- a/Akina/home.php +++ b/Akina/home.php @@ -23,7 +23,7 @@ define("theprofile", authorProfile($this->options->profile,theurl)); - <?php $this->options->title(); ?><?php if($this->options->sub){echo '-'.$this->options->sub;} ?> + <?php $this->options->title(); ?><?php if($this->options->sub){echo ' - '.$this->options->sub;} ?> @@ -37,7 +37,7 @@ define("theprofile", authorProfile($this->options->profile,theurl));
-

options->title(); ?>options->sub){echo '-'.$this->options->sub;} ?>

+

options->title(); ?>options->sub){echo ' - '.$this->options->sub;} ?>