Changeset 839:1051fba5a0ae for inc/public
- Timestamp:
- 05/31/12 12:54:56 (13 years ago)
- Branch:
- default
- Children:
- 840:f7157873644c, 842:dd5ea92ae769
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/lib.tpl.context.php
r772 r839 363 363 if ($_ctx->posts) 364 364 { 365 $subject = $_ctx->posts->post_excerpt_xhtml.$_ctx->posts->post_content_xhtml .$_ctx->posts->cat_desc;365 $subject = $_ctx->posts->post_excerpt_xhtml.$_ctx->posts->post_content_xhtml; 366 366 if (preg_match_all($pattern,$subject,$m) > 0) 367 367 {
Note: See TracChangeset
for help on using the changeset viewer.