Changeset 559 for trunk/b2-include/b2template.functions.php
- Timestamp:
- 11/30/2003 12:55:19 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/b2-include/b2template.functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2-include/b2template.functions.php
r558 r559 920 920 } 921 921 if ($cut) { 922 $excerpt = ''; 922 923 $blah = explode(' ', $output); 923 924 if (count($blah) > $cut) { … … 971 972 $use_dotdotdot = 0; 972 973 } 974 $excerpt = ''; 973 975 for ($i=0; $i<$k; $i++) { 974 976 $excerpt .= $blah[$i].' '; … … 1228 1230 $file = "$siteurl/$blogfilename"; 1229 1231 } 1232 if ('http:' != substr($file,0,5)) { 1233 $file = "$siteurl/$file"; 1234 } 1230 1235 $link = $file.$querystring_start.'cat'.$querystring_equal.$cat_ID; 1231 1236 if ($echo)
Note: See TracChangeset
for help on using the changeset viewer.