Project

General

Profile

« Previous | Next » 

Revision 1598

Added by Dietmar over 12 years ago

fixed undefined fragment index in initialize.php
add $_SESSION['HTTP_REFERER'] storing active pagelink if page_id != 0

View differences:

class.frontend.php
186 186
			$this->page_keywords=$this->page['keywords'];
187 187
			// Page link
188 188
			$this->link=$this->page_link($this->page['link']);
189
			$_SESSION['PAGE_ID'] = $this->page_id;
190
			$_SESSION['HTTP_REFERER'] = $this->link;
189 191

  
190 192
		// End code to set details as either variables of constants
191 193
		}

Also available in: Unified diff