From: Silke Meyer <silke@silkemeyer.net>
Date: Sat, 14 Jun 2014 22:26:49 +0000 (+0200)
Subject: added style to theme.php
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cb1f52ad93148190c8573e30ea56cbddfbb3d86f;p=friendica.git

added style to theme.php
---

diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php
index e2d007732b..8d9a0c5c22 100644
--- a/view/theme/vier/theme.php
+++ b/view/theme/vier/theme.php
@@ -20,6 +20,8 @@ if ($style == "flat")
 	$a->page['htmlhead'] .= '<link rel="stylesheet" href="view/theme/vier/flat.css" type="text/css" media="screen"/>'."\n";
 else if ($style == "netcolour")
 	$a->page['htmlhead'] .= '<link rel="stylesheet" href="view/theme/vier/netcolour.css" type="text/css" media="screen"/>'."\n";
+else if ($style == "breathe")
+	$a->page['htmlhead'] .= '<link rel="stylesheet" href="view/theme/vier/breathe.css" type="text/css" media="screen"/>'."\n";
 
 $a->page['htmlhead'] .= <<< EOT
 <script type="text/javascript" src="$baseurl/view/theme/vier/js/jquery.divgrow-1.3.1.f1.min.js"></script>