diff options
| author | Lester Caine <lester@lsces.co.uk> | 2005-07-16 08:03:49 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2005-07-16 08:03:49 +0000 |
| commit | 7420b7bd1bee1e40f8a48cdf1e395729e0088d4d (patch) | |
| tree | 46ca87035c9d72f72770eef7ec8c95e4476da441 /templates | |
| parent | 7ddffa8626f5ce14e77747d8e425317f799b8bae (diff) | |
| download | calendar-7420b7bd1bee1e40f8a48cdf1e395729e0088d4d.tar.gz calendar-7420b7bd1bee1e40f8a48cdf1e395729e0088d4d.tar.bz2 calendar-7420b7bd1bee1e40f8a48cdf1e395729e0088d4d.zip | |
get js script from right place - now in $gBitLoc.THEMES_PKG_URL`js/
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/calendar.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/calendar.tpl b/templates/calendar.tpl index 1bc485f..88fe44f 100644 --- a/templates/calendar.tpl +++ b/templates/calendar.tpl @@ -1,6 +1,6 @@ -{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.2 2005/07/15 17:48:59 lsces Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.3 2005/07/16 08:03:49 lsces Exp $ *} -{popup_init src="`$gBitLoc.THEMES_PKG_URL`overlib.js"} +{popup_init src="`$gBitLoc.THEMES_PKG_URL`js/overlib.js"} <div class="floaticon"> {if $bit_p_admin_calendar eq 'y' or $bit_p_admin eq 'y'} <a href="{$gBitLoc.CALENDAR_PKG_URL}admin/index.php"><img class="icon" src="{$gBitLoc.LIBERTY_PKG_URL}icons/config.gif" alt="{tr}admin{/tr}" /></a> |
