Changeset 925

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

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

Location:
trunk
Files:
27 added
3 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         
  • trunk/plugins/page/plugin.xml

    r899 r925  
    88        </author> 
    99        <homepage>http://livestreet.ru</homepage> 
    10         <version>1.0.1</version> 
     10        <version>1.0.2</version> 
    1111        <requires> 
    1212                <livestreet>0.4.1</livestreet> 
  • trunk/plugins/profiler/plugin.xml

    r899 r925  
    88        </author> 
    99        <homepage>http://livestreet.ru/</homepage> 
    10         <version>1.0.0</version> 
     10        <version>1.0.1</version> 
    1111        <requires> 
    1212                <livestreet>0.4.1</livestreet>