Dotclear


Ignore:
Timestamp:
09/24/13 21:01:48 (12 years ago)
Author:
Dsls
Branch:
default
Message:

Handled in-plugin / out-plugin action pages display (dcPage.open vs direct html), tag_posts.php now works with new actions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/actions/class.dcaction.php

    r2063 r2072  
    4949     /** @var string title for caller page title */ 
    5050     protected $caller_title; 
    51       
     51 
     52     /** @var boolean true if we are acting inside a plugin (different handling of begin/endpage) */ 
     53     protected $in_plugin;     
     54 
    5255    /** 
    5356     * Class constructor 
     
    7982               $this->redir_anchor=''; 
    8083          } 
     84          $u=explode('?',$_SERVER['REQUEST_URI']); 
     85          $this->in_plugin = (strpos($u[0],'plugin.php') !== false); 
    8186     } 
    8287      
Note: See TracChangeset for help on using the changeset viewer.

Sites map