Changeset 471
- Timestamp:
- 10/26/2003 05:28:58 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2-include/b2template.functions.php
r470 r471 1163 1163 if ($file == '') $file = $pagenow; 1164 1164 if ($file == '/') $file = ''; 1165 if (!$echo) return $file.$querystring_start.'p'.$querystring_equal.$id.$querystring_separator.'c'.$querystring_equal.'1#comments';1166 else echo $file.$querystring_start.'p'.$querystring_equal.$id.$querystring_separator.'c'.$querystring_equal.'1#comments';1165 if (!$echo) return get_permalink() . '#comments'; 1166 else echo get_permalink() . '#comments'; 1167 1167 } 1168 1168 … … 1189 1189 } 1190 1190 } 1191 echo '<a href="' . $siteurl . '/';1191 echo '<a href="' . $siteurl; 1192 1192 if ($b2commentsjavascript) { 1193 1193 echo $b2commentspopupfile.$querystring_start.'p'.$querystring_equal.$id.$querystring_separator.'c'.$querystring_equal.'1';
Note: See TracChangeset
for help on using the changeset viewer.