Revision 404
Added by ryan almost 18 years ago
trunk/wb/admin/start/template.html | ||
---|---|---|
150 | 150 |
<table cellpadding="0" cellspacing="0" border="0" class="section"> |
151 | 151 |
<tr> |
152 | 152 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
153 |
<a href="http://www.websitebaker.org/permalink/help?version={WB_VERSION}" target="_blank">
|
|
153 |
<a href="http://www.websitebaker.org/go/help/{WB_VERSION}" target="_blank">
|
|
154 | 154 |
<img src="{ADMIN_URL}/images/icons/help.png" border="0" /> |
155 | 155 |
</a> |
156 | 156 |
</td> |
157 | 157 |
<td class="title"> |
158 |
<a href="http://www.websitebaker.org/permalink/help?version={WB_VERSION}" target="_blank">{HELP}</a>
|
|
158 |
<a href="http://www.websitebaker.org/go/help/{WB_VERSION}" target="_blank">{HELP}</a>
|
|
159 | 159 |
</td> |
160 | 160 |
</tr> |
161 | 161 |
<tr> |
trunk/wb/framework/class.admin.php | ||
---|---|---|
114 | 114 |
array(ADMIN_URL.'/preferences/index.php', '', $MENU['PREFERENCES'], 'preferences', 0), |
115 | 115 |
array(ADMIN_URL.'/settings/index.php', '', $MENU['SETTINGS'], 'settings', 1), |
116 | 116 |
array(ADMIN_URL.'/access/index.php', '', $MENU['ACCESS'], 'access', 1), |
117 |
array('http://www.websitebaker.org/permalink/help?version='.WB_VERSION, '_blank', $MENU['HELP'], 'help', 0),
|
|
117 |
array('http://www.websitebaker.org/help/'.WB_VERSION, '_blank', $MENU['HELP'], 'help', 0),
|
|
118 | 118 |
array(WB_URL.'/', '_blank', $MENU['VIEW'], 'view', 0), |
119 | 119 |
array(ADMIN_URL.'/logout/index.php', '', $MENU['LOGOUT'], 'logout', 0) |
120 | 120 |
); |
trunk/README | ||
---|---|---|
30 | 30 |
Support |
31 | 31 |
======= |
32 | 32 |
For information about finding help: |
33 |
http://www.websitebaker.org/2/help
|
|
33 |
http://www.websitebaker.org/go/help
|
|
34 | 34 |
|
35 | 35 |
|
36 | 36 |
Bugs |
37 | 37 |
==== |
38 | 38 |
To submit a bug: |
39 |
http://www.websitebaker.org/2/bugs
|
|
39 |
http://www.websitebaker.org/go/bugs
|
|
40 | 40 |
|
41 | 41 |
|
42 | 42 |
Contribute |
43 | 43 |
========== |
44 | 44 |
For information about how to contribute (donating, etc): |
45 |
http://www.websitebaker.org/2/contribute
|
|
45 |
http://www.websitebaker.org/go/contribute
|
|
46 | 46 |
|
Also available in: Unified diff
Updated links to Website Baker website