Changeset 1444
- Timestamp:
- 12/12/07 00:09:59 (7 months ago)
- Files:
-
- devel/lib/templates.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/lib/templates.php
r1384 r1444 1193 1193 if (!$override && isset($template[$context])) { 1194 1194 // append to existing context 1195 $template[$context] .=$tpl;1195 $template[$context] = $template[$context] . $tpl; 1196 1196 } else { 1197 1197 $template[$context] = $tpl;
