← Back to team overview

mahara-contributors team mailing list archive

[Bug 1238323] [NEW] Theme: site-logo image is ignored

 

Public bug reported:

Mahara: 1.8rc2dev
DB: Postgres or MySql
Op System: Linux
browser: Firefox 24.0

If a new theme is created with the following structure (i.e. only a
site-logo.png and themeconfig.php)

/htdocs/theme/test/static/images/site-logo.png
/htdocs/theme/test/themeconfig.php

with the following in themeconfig.php:
$theme = new StdClass;
$theme->displayname = 'test';
$theme->parent      = 'default';


When the 'test' theme is selected in site options, the site-logo.png is ignored. The default Mahara site logo is displayed instead.

** Affects: mahara
     Importance: Undecided
         Status: New

** Attachment added: "Screenshot from 2013-10-11 10:35:26.png"
   https://bugs.launchpad.net/bugs/1238323/+attachment/3873276/+files/Screenshot%20from%202013-10-11%2010%3A35%3A26.png

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1238323

Title:
  Theme: site-logo image is ignored

Status in Mahara ePortfolio:
  New

Bug description:
  Mahara: 1.8rc2dev
  DB: Postgres or MySql
  Op System: Linux
  browser: Firefox 24.0

  If a new theme is created with the following structure (i.e. only a
  site-logo.png and themeconfig.php)

  /htdocs/theme/test/static/images/site-logo.png
  /htdocs/theme/test/themeconfig.php

  with the following in themeconfig.php:
  $theme = new StdClass;
  $theme->displayname = 'test';
  $theme->parent      = 'default';

  
  When the 'test' theme is selected in site options, the site-logo.png is ignored. The default Mahara site logo is displayed instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1238323/+subscriptions


Follow ups

References