]> _ Git - physioassist.git/commitdiff
#simeox Highlight news link in menu when on the news page @0h15
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 9 May 2016 11:32:50 +0000 (11:32 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 9 May 2016 11:32:50 +0000 (11:32 +0000)
framework/application/views/scripts/common/header.phtml
less/news.less

index facb0944a748c00e828f2cf444566258dd9eaf53..a9f1302c886653cd5fad10b769ab18fdba65a051 100644 (file)
@@ -29,7 +29,7 @@ $data = CubeIT_Util_Cms::getCMSDatasOfPage('home');
                                                $URL = "/#$s";
                                        }
 
-                                       echo '<li data-i="'. $i .'"><a href="'. $URL .'">'. $title .'</a></li>';
+                                       echo '<li data-i="'. $i .'"><a href="'. $URL .'" class="nav-'. $s .'">'. $title .'</a></li>';
                                }
                                ?>
                        </ul>
index 362d91159d8dee4803bab2ac7b72e6cc7b363211..3f5a92a02fc8a78ffe45db10382d7b6af03f050f 100644 (file)
@@ -1,3 +1,9 @@
+body.news {
+  .nav-news {
+    color: #1d81c2;
+  }
+}
+
 .page-heading {
   margin: 60px 0 110px;
 }