diff options
Diffstat (limited to 'templates/slideshow.tpl')
| -rw-r--r-- | templates/slideshow.tpl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/slideshow.tpl b/templates/slideshow.tpl index fdc006a..55a44f0 100644 --- a/templates/slideshow.tpl +++ b/templates/slideshow.tpl @@ -5,9 +5,9 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> <!-- - @import url({$gBitLoc.THEMES_PKG_URL}base.css); - @import url({$gBitLoc.THEMES_PKG_URL}styles/{$slide_style}/{$slide_style}.css); - @import url({$gBitLoc.THEMES_PKG_URL}styles/{$slide_style}/slideshow.css); + @import url({$smarty.const.THEMES_PKG_URL}base.css); + @import url({$smarty.const.THEMES_PKG_URL}styles/{$slide_style}/{$slide_style}.css); + @import url({$smarty.const.THEMES_PKG_URL}styles/{$slide_style}/slideshow.css); --> </style> <title>{$page_info.pageName}</title> @@ -29,18 +29,18 @@ <tr class="navigation"> {if $structure eq 'y'} <td width="33%" align="left"> - <a href="{$gBitLoc.WIKI_PKG_URL}slideshow2.php?structure_id={$prev_info.structure_id}">{$prev_info.pageName}</a> + <a href="{$smarty.const.WIKI_PKG_URL}slideshow2.php?structure_id={$prev_info.structure_id}">{$prev_info.pageName}</a> </td> <td width="34%" align="center"> - <a href="{$gBitLoc.WIKI_PKG_URL}slideshow2.php?structure_id={$home_info.structure_id}">{$home_info.pageName}</a> + <a href="{$smarty.const.WIKI_PKG_URL}slideshow2.php?structure_id={$home_info.structure_id}">{$home_info.pageName}</a> </td> <td width="33%" align="right"> - <a href="{$gBitLoc.WIKI_PKG_URL}slideshow2.php?structure_id={$next_info.structure_id}">{$next_info.pageName}</a> + <a href="{$smarty.const.WIKI_PKG_URL}slideshow2.php?structure_id={$next_info.structure_id}">{$next_info.pageName}</a> </td> {else} <td width="33%" align="left"> {if $slide_prev_title} - <a href="{$gBitLoc.WIKI_PKG_URL}slideshow.php?page={$page}&slide={$prev_slide}">{$slide_prev_title}</a> + <a href="{$smarty.const.WIKI_PKG_URL}slideshow.php?page={$page}&slide={$prev_slide}">{$slide_prev_title}</a> {else} {/if} @@ -50,9 +50,9 @@ </td> <td width="33%" align="right"> {if $slide_next_title} - <a href="{$gBitLoc.WIKI_PKG_URL}slideshow.php?page={$page}&slide={$next_slide}">{$slide_next_title}</a> + <a href="{$smarty.const.WIKI_PKG_URL}slideshow.php?page={$page}&slide={$next_slide}">{$slide_next_title}</a> {else} - <a href="{$gBitLoc.WIKI_PKG_URL}index.php?page={$page_info.pageName}" title="{tr}back to{/tr} {$page_info.pageName}">{$page_info.pageName}</a> + <a href="{$smarty.const.WIKI_PKG_URL}index.php?page={$page_info.pageName}" title="{tr}back to{/tr} {$page_info.pageName}">{$page_info.pageName}</a> {/if} </td> {/if} |
