-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding navigation for Drupal 7 - resolves #4
- Loading branch information
1 parent
7ca21bb
commit b5989cb
Showing
3 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
...s/drupal7/pattern-lab/source/_patterns/01-molecules/05-navigation/00-primary-nav.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<ul class="menu clearfix"> | ||
<li class="first last expanded active-trail"><a href="#" class="active-trail">Administration</a> | ||
<ul class="menu clearfix"> | ||
<li class="first leaf"><a href="#" title="View and customize your dashboard.">Dashboard</a></li> | ||
<li class="collapsed"><a href="#" title="Administer content and comments.">Content</a></li> | ||
<li class="collapsed"><a href="#" | ||
title="Administer blocks, content types, menus, etc.">Structure</a></li> | ||
<li class="expanded active-trail"><a href="#" title="Select and configure your themes." | ||
class="active-trail">Appearance</a> | ||
<ul class="menu clearfix"> | ||
<li class="first last leaf active-trail"><a href="#" class="active-trail active">Style | ||
guide</a></li> | ||
</ul> | ||
</li> | ||
<li class="leaf"><a href="#" title="Manage user accounts, roles, and permissions.">People</a></li> | ||
<li class="leaf"><a href="#" title="Extend site functionality.">Modules</a></li> | ||
<li class="collapsed"><a href="#" title="Administer settings.">Configuration</a></li> | ||
<li class="collapsed"><a href="#" title="View reports, updates, and errors.">Reports</a></li> | ||
<li class="last leaf"><a href="#" title="Reference for usage, configuration, and modules.">Help</a></li> | ||
</ul> | ||
</li> | ||
</ul> |
22 changes: 22 additions & 0 deletions
22
...es/drupal7/pattern-lab/source/_patterns/01-molecules/05-navigation/01-footer-nav.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<ul class="menu clearfix"> | ||
<li class="first last expanded active-trail"><a href="#" class="active-trail">Administration</a> | ||
<ul class="menu clearfix"> | ||
<li class="first leaf"><a href="#" title="View and customize your dashboard.">Dashboard</a></li> | ||
<li class="collapsed"><a href="#" title="Administer content and comments.">Content</a></li> | ||
<li class="collapsed"><a href="#" | ||
title="Administer blocks, content types, menus, etc.">Structure</a></li> | ||
<li class="expanded active-trail"><a href="#" title="Select and configure your themes." | ||
class="active-trail">Appearance</a> | ||
<ul class="menu clearfix"> | ||
<li class="first last leaf active-trail"><a href="#" class="active-trail active">Style | ||
guide</a></li> | ||
</ul> | ||
</li> | ||
<li class="leaf"><a href="#" title="Manage user accounts, roles, and permissions.">People</a></li> | ||
<li class="leaf"><a href="#" title="Extend site functionality.">Modules</a></li> | ||
<li class="collapsed"><a href="#" title="Administer settings.">Configuration</a></li> | ||
<li class="collapsed"><a href="#" title="View reports, updates, and errors.">Reports</a></li> | ||
<li class="last leaf"><a href="#" title="Reference for usage, configuration, and modules.">Help</a></li> | ||
</ul> | ||
</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters