Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.20, Thu Mar 31 19:53:48 2005 UTC | revision 1.21, Sat Apr 30 18:42:47 2005 UTC | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| # | Line 1 | Line 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | <?php | <?php | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | // $Id: interlaced.theme,v 1.19 2005/01/29 10:17:13 tdobes Exp $ | // $Id: interlaced.theme,v 1.20 2005/03/31 19:53:48 tdobes Exp $ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | function interlaced_features() { | function interlaced_features() { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | return array('toggle_name', 'toggle_primary_links'); | return array('toggle_name', 'toggle_primary_links'); | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # |
Line 81
$output .= '|
Line 81
$output .= ' | 81 |
$output .= $tabs; |
$output .= $tabs; |
82 |
} |
} |
83 |
|
|
84 |
if ($help = menu_get_active_help()) { |
$output .= theme('help'); |
| $output .= "<div id=\"help\">$help</div><hr />"; |
|
| } |
|
85 |
|
|
86 |
$output .= theme_status_messages(); |
$output .= theme('status_messages'); |
87 |
|
|
88 |
$output .= "\n<!-- begin content -->\n"; |
$output .= "\n<!-- begin content -->\n"; |
89 |
$output .= $content; |
$output .= $content; |
# |
Line 209
function interlaced_links($links, $delim
|
Line 207
function interlaced_links($links, $delim
|
207 |
return implode("<span class=\"delimiter\"> </span>", $links); |
return implode("<span class=\"delimiter\"> </span>", $links); |
208 |
} |
} |
209 |
|
|
210 |
|
function interlaced_help() { |
211 |
|
if ($help = menu_get_active_help()) { |
212 |
|
return '<div class="help">'. $help .'</div><hr />'; |
213 |
|
} |
214 |
|
} |
215 |
|
|
216 |
?> |
?> |
|
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |