Advertisement:

Author Topic: dw and osclass theme  (Read 2369 times)

kingofpain

  • Jr. Member
  • **
  • Posts: 95
dw and osclass theme
« on: July 22, 2011, 11:51:25 am »
hi, why is it not possible to make a copy of the modern theme visible in live view on dreamweaver, server set up correctly but index.php just displays blank.

thanks!

Juan Ramón

  • Osclass Developer
  • Hero Member
  • *****
  • Posts: 2382
Re: dw and osclass theme
« Reply #1 on: July 22, 2011, 02:13:47 pm »
hi, why is it not possible to make a copy of the modern theme visible in live view on dreamweaver, server set up correctly but index.php just displays blank.

thanks!
index.php file only contains an array with some info:

Code: [Select]
    function modern_theme_info() {
        return array(
             'name'        => 'OSClass Modern Theme'
            ,'version'     => '2.1'
            ,'description' => 'This is the OSClass modern theme'
            ,'author_name' => 'OSClass Team'
            ,'author_url'  => 'http://osclass.org'
            ,'locations'   => array('header', 'categories', 'footer')
        );
    }