Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

Childtheme für Mobiletheme

$
0
0
Hi,
besteht die Möglichkeit ein child theme für ein selbst nicht aktives mobile theme zu erstellen?

Ich habe es bereits versucht, aber leider ohne Erfolg.

Ich nutze Oxid CE 4.7.6 und das Plugin free mobiletheme.

Die theme.php von dem mobiletheme lautet:
Code:

<?php
/**
 * Theme Information
 */
$aTheme = array(
    'id'          => 'mobiletheme',
    'title'        => 'Mobile Theme for smartphones - mobiletheme',
    'description'  => 'Mobile theme by digidesk - media solutions',
    'thumbnail'    => 'theme.jpg',
    'version'      => '1.0',
    'author'      => 'digidesk - media solutions',
);
?> (fehlte, hatte aber keine Auswirkung)

Und hier der Codeschnipsel den ich in meinem Ordner /childmobile eingefügt habe.
Code:

<?php

 $aTheme = array(
 'title'          => '(childmobile) child of mobile theme',
 'description'    => 'mobile theme Modifikationen',
 'thumbnail'      => 'theme.jpg',
 'version'        => '1.0 2013-07-24',
 'author'        => 'Ich',
 'parentTheme'    => 'mobiletheme',
 'parentVersions' => array('1.0'),
);

?>

Veruscht habe ich die mobiletheme/tpl/page/details/prdct_details.tpl zu ändern, jedoch ohne Erfolg.
tmp und mobile_tmp wurden geleert.

Viewing all articles
Browse latest Browse all 6951

Trending Articles