equal
deleted
inserted
replaced
2618 <input type="text" id="block_name:' . $row['item_id'] . '" value="' . htmlspecialchars($row['block_name']) . '" /> |
2618 <input type="text" id="block_name:' . $row['item_id'] . '" value="' . htmlspecialchars($row['block_name']) . '" /> |
2619 </div>'; |
2619 </div>'; |
2620 ?> |
2620 ?> |
2621 <div class="sbedit-metainfo"> |
2621 <div class="sbedit-metainfo"> |
2622 <?php |
2622 <?php |
|
2623 if ( !$template->theme ) |
|
2624 $template->load_theme('admin', 'default'); |
|
2625 |
2623 $toolbarvars = $template->extract_vars('toolbar.tpl'); |
2626 $toolbarvars = $template->extract_vars('toolbar.tpl'); |
2624 $parser_start = $template->makeParserText($toolbarvars['toolbar_vert_start']); |
2627 $parser_start = $template->makeParserText($toolbarvars['toolbar_vert_start']); |
2625 echo $parser_start->run(); |
2628 echo $parser_start->run(); |
2626 |
2629 |
2627 $button = $template->makeParserText($toolbarvars['toolbar_vert_button']); |
2630 $button = $template->makeParserText($toolbarvars['toolbar_vert_button']); |