/[cvs]/nfo/php/libs/org.netfrag.flib/Site.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.flib/Site.php

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

revision 1.4 by joko, Thu Dec 19 16:25:29 2002 UTC revision 1.5 by jonen, Mon Dec 23 11:33:58 2002 UTC
# Line 3  Line 3 
3  //    $Id$  //    $Id$
4  //    -------------------------------------------------------------------------------  //    -------------------------------------------------------------------------------
5  //    $Log$  //    $Log$
6    //    Revision 1.5  2002/12/23 11:33:58  jonen
7    //    + minor changes
8    //
9  //    Revision 1.4  2002/12/19 16:25:29  joko  //    Revision 1.4  2002/12/19 16:25:29  joko
10  //    + function loadCmsPage($template, $data_merge = array())  //    + function loadCmsPage($template, $data_merge = array())
11  //  //
# Line 112  class Site extends Site_Boot { Line 115  class Site extends Site_Boot {
115    function &loadHandler($a) {    function &loadHandler($a) {
116      return $this->loader->loadHandler($a);      return $this->loader->loadHandler($a);
117    }    }
118    function &loadPage($a) {    function &loadPage($a, $b = array()) {
119      return $this->loader->loadPage($a);      return $this->loader->loadPage($a, $b);
120    }    }
121    function &loadTemplate($a, $b = array(), $c = "") {    function &loadTemplate($a, $b = array(), $c = "") {
122      return $this->loader->loadTemplate($a, $b, $c);      return $this->loader->loadTemplate($a, $b, $c);

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

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed