diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-07 17:46:48 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-07 17:46:48 +0000 |
| commit | a3fcac2323d9c94ce3a23f6693ba15a8620c9544 (patch) | |
| tree | 294fbec564e71533ca5cf254a4284159245c9ffd /templates/userversions.tpl | |
| parent | a3dd078f2de42755659ca46e47d5bd50fc708a54 (diff) | |
| download | users-a3fcac2323d9c94ce3a23f6693ba15a8620c9544.tar.gz users-a3fcac2323d9c94ce3a23f6693ba15a8620c9544.tar.bz2 users-a3fcac2323d9c94ce3a23f6693ba15a8620c9544.zip | |
merge recent changes from R1 to HEAD
Diffstat (limited to 'templates/userversions.tpl')
| -rw-r--r-- | templates/userversions.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/userversions.tpl b/templates/userversions.tpl index b2e0402..fcafab9 100644 --- a/templates/userversions.tpl +++ b/templates/userversions.tpl @@ -19,11 +19,11 @@ {section name=hist loop=$history} <tr class="{cycle}"> <td>{$history[hist].last_modified|bit_long_datetime}</td> -<td><a href="{$gBitLoc.WIKI_PKG_URL}index.php?page={$history[hist].page_name|escape:"url"}">{$history[hist].page_name}</a></td> +<td><a href="{$smarty.const.WIKI_PKG_URL}index.php?page={$history[hist].page_name|escape:"url"}">{$history[hist].page_name}</a></td> <td>{$history[hist].version}</td> <td>{$history[hist].ip}</td> <td>{$history[hist].comment}</td> -<td><a href="{$gBitLoc.USERS_PKG_URL}versions.php?ruser={$ruser}&page={$history[hist].page_name|escape:"url"}&preview=1&version={$history[hist].version}">{tr}view{/tr}</a></td> +<td><a href="{$smarty.const.USERS_PKG_URL}versions.php?ruser={$ruser}&page={$history[hist].page_name|escape:"url"}&preview=1&version={$history[hist].version}">{tr}view{/tr}</a></td> </tr> {sectionelse} <tr class="norecords"><td colspan="6"> |
