Skip to content

Commit

Permalink
refs #1725 : bugfix - admin panel also support modal pop-up.
Browse files Browse the repository at this point in the history
 -
  • Loading branch information
inureyes committed Dec 30, 2014
1 parent ef71e54 commit 174fed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface/common/owner/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
var servicePath = "<?php echo $service['path'];?>";
var blogURL = "<?php echo $blogURL;?>";
var adminSkin = "<?php echo $adminSkinSetting['skin'];?>";
var displayMode = "<?php echo $context->getProperty('blog.displaymode','desktop');?>";
<?php
if (in_array($blogMenu['contentMenu'],array('post','edit'))) {
if(file_exists(ROOT.$adminSkinSetting['editorTemplate'])) {
Expand Down

0 comments on commit 174fed6

Please sign in to comment.