Revision 311
Added by ryan almost 19 years ago
trunk/wb/admin/start/index.php | ||
---|---|---|
38 | 38 |
'CURRENT_USER' => $MESSAGE['START']['CURRENT_USER'], |
39 | 39 |
'DISPLAY_NAME' => $admin->get_display_name(), |
40 | 40 |
'ADMIN_URL' => ADMIN_URL, |
41 |
'WB_URL' => WB_URL |
|
41 |
'WB_URL' => WB_URL, |
|
42 |
'WB_VERSION' => WB_VERSION |
|
42 | 43 |
) |
43 | 44 |
); |
44 | 45 |
|
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/2/help/" target="_blank">
|
|
153 |
<a href="http://www.websitebaker.org/permalink/help?version={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/2/help/" target="_blank">{HELP}</a>
|
|
158 |
<a href="http://www.websitebaker.org/permalink/help?version={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/2/help/', '_blank', $MENU['HELP'], 'help', 0),
|
|
117 |
array('http://www.websitebaker.org/permalink/help?version='.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 |
); |
Also available in: Unified diff
Updated help links to use websitebaker.org/permalink