/[health_html]/inc/pgLifestyle.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /inc/pgLifestyle.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ravilov, Fri Aug 3 10:03:20 2001 UTC revision 1.2 by ravilov, Tue Aug 7 13:55:51 2001 UTC
# Line 20  Line 20 
20                  }                  }
21                  if ($ed && is_string($ed)) $tpl->assign("EDIT", $ed);                  if ($ed && is_string($ed)) $tpl->assign("EDIT", $ed);
22                  else {                  else {
23                          if ($ed) $art = $ed;                          if ($ed && $ed["category"] == "l") $art = $ed;
24                          $tpl->assign("top_id", $art["id"]);                          $tpl->assign("top_id", $art["id"]);
25                          $tpl->assign("top_title", MyEscape($art["title"]));                          $tpl->assign("top_title", MyEscape($art["title"]));
26                          $tpl->assign("top_lead", MyEscape($art["lead"]));                          $tpl->assign("top_lead", MyEscape($art["lead"]));

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26