Ignore:
Timestamp:
May 3, 2014 11:09:03 PM (10 years ago)
Author:
anonymous
Message:

Convert tabs to spaces, and lineendings to LF in all files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Navigation.inc.php

    r478 r479  
    5555    public function __construct($params=null)
    5656    {
    57         $app =& App::getInstance();
     57        $app =& App::getInstance();
    5858
    5959        if (isset($params) && is_array($params)) {
     
    9393    public function setParam($params)
    9494    {
    95         $app =& App::getInstance();
     95        $app =& App::getInstance();
    9696
    9797        if (isset($params) && is_array($params)) {
     
    112112    public function getParam($param)
    113113    {
    114         $app =& App::getInstance();
     114        $app =& App::getInstance();
    115115
    116116        if (array_key_exists($param, $this->_params)) {
     
    229229    public function getBreadcrumbs()
    230230    {
    231         $app =& App::getInstance();
     231        $app =& App::getInstance();
    232232
    233233        if ($this->getParam('breadcrumbs')) {
Note: See TracChangeset for help on using the changeset viewer.