File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 61
61
>jQuery Tools</a >
62
62
</li >
63
63
<li class =" spacer right" ></li >
64
- <li id =" login_link" class =" linkOnly" >
65
- <a href =" /account" >Login</a >
66
- </li >
67
- <li id =" logout_link" class =" linkOnly" >
68
- <a href =" /logout.html" >Logout</a >
69
- </li >
70
64
</ul >
71
65
<form id =" top-search" action =" /search.html" >
72
66
<input type =" text" placeholder =" Search site" name =" q" />
88
82
<a href =" /documentation" >Documentation</a >
89
83
</li >
90
84
<li {% if resource.node.module.name == ' forum' %}class =" active" {% endif %} >
91
- <a href =" /forum" >Forums</a >
85
+ <a href =" /forum/tools " >Forums</a >
92
86
</li >
93
87
<li id =" download" {% if resource.node.module.name == ' download' %}class =" active" {% endif %} >
94
88
<a href =" /download" >Download</a >
Original file line number Diff line number Diff line change
1
+ extends : site.yaml
2
+ mode : production
3
+ base_url : /
4
+ site_root : jquerytools.org
5
+ site_url : http://jquerytools.org
6
+ fpsite : http://flowplayer.org/
Original file line number Diff line number Diff line change
1
+ extends : site.yaml
2
+ mode : production
3
+ base_url : /
4
+ site_root : stage.jquerytools.org
5
+ site_url : http://stage.jquerytools.org
6
+ fpsite : http://stage.flowplayer.org/
You can’t perform that action at this time.
0 commit comments