Changeset 2627


Ignore:
Timestamp:
Sep 30, 2008, 3:26:17 AM (16 years ago)
Author:
rvelices
Message:
  • {known_script} and {html_head} work from {include file...}
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r2536 r2627  
    330330    if ( !empty($content) )
    331331    { // second call
    332       if ( empty($this->output) )
    333       {//page header not parsed yet
    334         $this->append('head_elements', $content);
    335       }
    336       else
    337       {
    338         $this->html_head_elements[] = $content;
    339       }
     332      $this->html_head_elements[] = $content;
    340333    }
    341334  }
Note: See TracChangeset for help on using the changeset viewer.