Skip to content

Commit

Permalink
Dev Fixed incorrect path for lime-progress.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Jul 12, 2013
1 parent 94ef4f6 commit 4c0d04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/frontend_helper.php
Expand Up @@ -144,7 +144,7 @@ function makegraph($currentstep, $total)
global $thissurvey;

$clang = Yii::app()->lang;
Yii::app()->getClientScript()->registerCssFile('lime-progress.css');
Yii::app()->getClientScript()->registerCssFile(Yii::app()->getConfig('publicstyleurl') . 'lime-progress.css');
$size = intval(($currentstep-1)/$total*100);

$graph = '<script type="text/javascript">
Expand Down

1 comment on commit 4c0d04a

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.