Skip to content

Commit

Permalink
Merge pull request RosDostup#12 from RosDostup/reformator-twitter
Browse files Browse the repository at this point in the history
исправлена ошибка привязки реформатора
  • Loading branch information
RosDostup committed Sep 27, 2012
2 parents eeb8ec5 + 8e94128 commit 08838a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion protected/config/appConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
//Search word for Twitter search plugin
'twtr_srchword'=>'rosdostup',
// Path to Logo image
'logo_path'=>'/images/prj_specific/rosdostup/logout.png',
'logo_path'=>'/images/prj_specific/rosdostup/logo.png',
// this is used in contact page
'adminEmail'=>'[email protected]',
//Yandex map's key
Expand Down
4 changes: 2 additions & 2 deletions protected/views/layouts/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@
<script type="text/javascript">
var reformalOptions = {
//project_id: 71829,
project_id: Yii::app()->params['reformal_prj_id'],
project_id: <?php echo Yii::app()->params['reformal_prj_id'] ?>,
//project_host: "rosdostup.reformal.ru",
project_host: Yii::app()->params['reformal_prj_host']
project_host: "<?php echo Yii::app()->params['reformal_prj_host'];?>",
force_new_window: false,
tab_alignment: "left",
tab_top: "316",
Expand Down

0 comments on commit 08838a5

Please sign in to comment.