diff options
Diffstat (limited to 'LibertyTag.php')
| -rw-r--r-- | LibertyTag.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/LibertyTag.php b/LibertyTag.php index 1247ac6..02a8426 100644 --- a/LibertyTag.php +++ b/LibertyTag.php @@ -387,6 +387,10 @@ class LibertyTag extends LibertyBase { } } + function getDisplayUriWithTag( $tag ) { + return BIT_BASE_URI.$this->getDisplayUrlWithTag( $tag ); + } + function getDisplayUrlWithTag($tag){ global $gBitSystem; if( $gBitSystem->isFeatureActive( 'pretty_urls' ) || $gBitSystem->isFeatureActive( 'pretty_urls_extended' ) ) { @@ -594,6 +598,7 @@ class LibertyTag extends LibertyBase { $distinctdata = array_merge($distinctdata); } $gBitSmarty->assign_by_ref('contentList', $distinctdata); + return $contentList; } |
