ldleman / yana-server

Interface PHP de domotique Y.A.N.A (You Are Not Alone)
http://projet.idleman.fr/yana
107 stars 59 forks source link

Constantes oublié dans Plugin.class.php ? #63

Closed remisarrailh closed 10 years ago

remisarrailh commented 10 years ago

Si j'ai bien compris DEFAULT_THEME devrait être dans la table configuration du coup cette ligne doit pas marcher non ? https://github.com/ldleman/yana-server/blob/master/classes/Plugin.class.php#L23

remisarrailh commented 10 years ago

Ca peut se résoudre en changeant ces trois lignes:

Plugin::includeAll($conf->get("DEFAULT_THEME")); https://github.com/ldleman/yana-server/blob/master/common.php#L42

public static function includeAll($default_theme){ https://github.com/ldleman/yana-server/blob/master/classes/Plugin.class.php#L16

$cssTheme = glob('../'.dirname($pluginFile).'/*/'.$default_theme.'.css'); https://github.com/ldleman/yana-server/blob/master/classes/Plugin.class.php#L23

darkpisto commented 10 years ago

Tu le push aussi ? :)

ldleman commented 10 years ago

Oui j'ai du oublier de changer cette partie bien vu :), tu peux t'en occuper madit ?

remisarrailh commented 10 years ago

Done