Show
Ignore:
Timestamp:
06/05/10 15:18:07 (2 years ago)
Author:
ort
Message:

шаблон developer к плагинам page и profiler

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/engine/classes/ActionPlugin.class.php

    r858 r925  
    3838                parent::__construct($oEngine, $sAction); 
    3939                $this->Viewer_Assign('sTemplatePathPlugin',rtrim($this->getTemplatePathPlugin(),'/')); 
     40                $this->Viewer_Assign('sTemplateWebPathPlugin',Plugin::GetTemplateWebPath(get_class($this))); 
    4041        } 
    4142