[Nextcms-commits] CVS: nextcms/extensions location.php,1.1,1.2
Status: Alpha
Brought to you by:
andrejb
|
From: Andrej B. <an...@us...> - 2002-12-31 03:50:52
|
Update of /cvsroot/nextcms/nextcms/extensions
In directory sc8-pr-cvs1:/tmp/cvs-serv20946/extensions
Modified Files:
location.php
Log Message:
----------------------------------------------------------------------
Index: location.php
===================================================================
RCS file: /cvsroot/nextcms/nextcms/extensions/location.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** location.php 14 Jul 2002 16:39:24 -0000 1.1
--- location.php 31 Dec 2002 03:50:48 -0000 1.2
***************
*** 2,6 ****
class location extends Extension {
function getCode() {
! $site_pagetree = array_reverse($this->page->site->xmltree->getAncestorOrSelfLimited($this->pagenode_path, "/site[1]/pages[1]", "page"));
$prechars = "";
$location = "";
--- 2,6 ----
class location extends Extension {
function getCode() {
! $site_pagetree = array_reverse($this->page->site->xmltree->getAncestorOrSelfLimited($this->page->pagenode_path, "/site[1]/pages[1]", "page"));
$prechars = "";
$location = "";
|