Changeset 143 for trunk/includes/main_header.php
- Timestamp:
- 02/27/2006 12:50:42 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/includes/main_header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/main_header.php
r136 r143 29 29 30 30 function output() { 31 global $root_path;32 31 if ($this->hide) return; 33 if (file_exists( $root_path.'config/mylogo.png')) {32 if (file_exists(ROOT_PATH.'config/mylogo.png')) { 34 33 $this->tpl['mylogo'] = TRUE; 35 $this->tpl['mylogo_dir'] = $root_path.'config/';34 $this->tpl['mylogo_dir'] = ROOT_PATH.'config/'; 36 35 } 37 36 return template($this->tpl, __FILE__);
Note: See TracChangeset
for help on using the changeset viewer.
