Changeset 20574 for events

Show
Ignore:
Timestamp:
10/03/08 12:51:16 (2 months ago)
Author:
riaf
Message:

テンプレートパスまちがえてた

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/rhaco/trunk/library/model/LoginCondition.php

    r20567 r20574  
    6060        $request->clearVariable("password","login","args"); 
    6161        $htmlParser->setVariable("requestvar",$request->getVariable()); 
    62         $template = Rhaco::templatepath("login.html"); 
     62        $template = Rhaco::templatepath(Rhaco::constant('THEME') . "/login.html"); 
    6363        $htmlParser->write($template); 
    6464        Rhaco::end();