diff options
| author | gravyface <gravyface@users.sourceforge.net> | 2007-05-16 15:54:36 +0000 |
|---|---|---|
| committer | gravyface <gravyface@users.sourceforge.net> | 2007-05-16 15:54:36 +0000 |
| commit | c12b18ca9378cef6364e82dbcdb706d3dc0d1d63 (patch) | |
| tree | ca43af1476f8f249cdf1c885d8f752f6e4101f55 | |
| parent | 0099ffb164f454888a293a1f56a7e8b17e93d16c (diff) | |
| download | pigeonholes-c12b18ca9378cef6364e82dbcdb706d3dc0d1d63.tar.gz pigeonholes-c12b18ca9378cef6364e82dbcdb706d3dc0d1d63.tar.bz2 pigeonholes-c12b18ca9378cef6364e82dbcdb706d3dc0d1d63.zip | |
missing forward slash in member link under the 'dynamic' section caused 404/302 to list.php. i.e. 'view/structure9' for pretty urls
| -rw-r--r-- | templates/section_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/section_inc.tpl b/templates/section_inc.tpl index 973b34a..5b05aba 100644 --- a/templates/section_inc.tpl +++ b/templates/section_inc.tpl @@ -1,7 +1,7 @@ {strip} {if $gBitSystem->getConfig('pigeonholes_list_style') == "dynamic" && !$no_details} - <h3 class="highlight"><a href="{$smarty.const.PIGEONHOLES_PKG_URL}{if $gBitSystem->isFeatureActive('pretty_urls_extended')}view/structure{else}view.php?structure_id={/if}{$subtree[ix].structure_id}">{$subtree[ix].title|escape}</a></h3> + <h3 class="highlight"><a href="{$smarty.const.PIGEONHOLES_PKG_URL}{if $gBitSystem->isFeatureActive('pretty_urls_extended')}view/structure/{else}view.php?structure_id={/if}{$subtree[ix].structure_id}">{$subtree[ix].title|escape}</a></h3> {foreach from=$pigeonList item=pigeonItem} {if $pigeonItem.structure_id eq $subtree[ix].structure_id} |
