diff --git a/Theme/Backend/dashboard.tpl.php b/Theme/Backend/dashboard.tpl.php index 9fcd835..17d4ce7 100644 --- a/Theme/Backend/dashboard.tpl.php +++ b/Theme/Backend/dashboard.tpl.php @@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
@@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?> / $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?id=' . $value->uid); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}id=' . $value->uid); ?> seen == 0 ? ' class="unseen"' : ''; ?>> @@ -52,7 +52,7 @@ echo $this->getData('nav')->render(); ?> $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?id=' . $value->uid); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}id=' . $value->uid); ?> seen == 0 ? ' class="unseen"' : ''; ?>> diff --git a/Theme/Backend/mail-out-view.tpl.php b/Theme/Backend/mail-out-view.tpl.php index 7a139dc..9297d49 100644 --- a/Theme/Backend/mail-out-view.tpl.php +++ b/Theme/Backend/mail-out-view.tpl.php @@ -22,7 +22,7 @@ echo $this->getData('nav')->render(); ?>
@@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?> / $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?id=' . $value->uid); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}id=' . $value->uid); ?> seen == 0 ? ' class="unseen"' : ''; ?>> diff --git a/Theme/Backend/mail-spam-view.tpl.php b/Theme/Backend/mail-spam-view.tpl.php index 7a139dc..9297d49 100644 --- a/Theme/Backend/mail-spam-view.tpl.php +++ b/Theme/Backend/mail-spam-view.tpl.php @@ -22,7 +22,7 @@ echo $this->getData('nav')->render(); ?>
@@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?> / $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?id=' . $value->uid); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}id=' . $value->uid); ?> seen == 0 ? ' class="unseen"' : ''; ?>> diff --git a/Theme/Backend/mail-trash-view.tpl.php b/Theme/Backend/mail-trash-view.tpl.php index 7a139dc..9297d49 100644 --- a/Theme/Backend/mail-trash-view.tpl.php +++ b/Theme/Backend/mail-trash-view.tpl.php @@ -22,7 +22,7 @@ echo $this->getData('nav')->render(); ?>
@@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?> / $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?id=' . $value->uid); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}id=' . $value->uid); ?> seen == 0 ? ' class="unseen"' : ''; ?>>