~xibo-maintainers/xibo/brorsen

« back to all changes in this revision

Viewing changes to server/modules/ticker.module.php

  • Committer: Dan Garner
  • Date: 2012-12-02 17:48:21 UTC
  • mfrom: (263.2.6 server-141)
  • Revision ID: dan@xibo.org.uk-20121202174821-75l9ic7d9s95t1sa
Merged server-141

Show diffs side-by-side

added added

removed removed

Lines of Context:
468
468
     */
469
469
    public function Preview($width, $height)
470
470
    {
 
471
        if ($this->previewEnabled == 0)
 
472
            return parent::Preview ($width, $height);
 
473
        
471
474
        $layoutId = $this->layoutid;
472
475
        $regionId = $this->regionid;
473
476