/[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.3 by ravilov, Wed Aug 8 12:58:08 2001 UTC revision 1.4 by ravilov, Mon Aug 27 09:17:40 2001 UTC
# Line 54  Line 54 
54                                          "text" => $art["text"],                                          "text" => $art["text"],
55                                          "links" => GetLinks($art["read"] && $art["id"],                                          "links" => GetLinks($art["read"] && $art["id"],
56                                                  MyEscape($art["more"]), $art["id"],                                                  MyEscape($art["more"]), $art["id"],
57                                                  $empty["category"], "top", isEdit(), true,                                                  $empty["category"], "top", $isEdit, true,
58                                                  ($i > 0), ($i < count($arts) - 1))                                                  ($i > 0), ($i < count($arts) - 1))
59                                  ));                                  ));
60                          }                          }
61                  }                  }
62                  $tpl->assign("top", $a2);                  $tpl->assign("top", $a2);
63                  $tpl->assign("cat", $cat);                  $tpl->assign("cat", $cat);
64                  $tpl->assign("isedit", isEdit());                  $tpl->assign("isedit", $isEdit);
65                    $tpl->assign("ismed", $isMed);
66                  $tpl->assign("next", (count($arts) > 10) ? ($offset + 10) : 0);                  $tpl->assign("next", (count($arts) > 10) ? ($offset + 10) : 0);
67                  $tpl->assign("prev", ($offset > 0) ? ($offset - 10) : false);                  $tpl->assign("prev", ($offset > 0) ? ($offset - 10) : false);
68          }          }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26