$export_type = 'block'; $version = '2.0'; $block_name = isset($block_name)? $block_name: 'html'; $block_set = 'articleview'; $block_parent_name = ''; $queries[] = "INSERT INTO {$this->pre}blocks (block_name, block_owner, block_set, block_parent_name, block_display_name, block_url, block_description, block_active, block_type, block_html, block_php, block_cache_settings, block_settings) VALUES ('{$block_name}', '{$skin_name}', 'articleview', '', 'html', 'html', '', 1, 0, '

{\$Article->title} - Html View

Copy this text to use the article on your site


url}\">Back to the Article', ' //--Format the text so that html
appear on new lines-- \$Article->text = str_replace(array(\'
\', \'
\'), \'
\', \$Article->text); \$Article->text = str_replace(array(\'
\', \'
\'), \"
\\\\n\", \$Article->text); \$Article->about = str_replace(array(\'
\', \'
\'), \'
\', \$Article->about); \$Article->about = str_replace(array(\'
\', \'
\'), \"
\\\\n\", \$Article->about);', '', 'a:1:{s:13:\"custom_fields\";a:0:{}}')";