Skip to content

Commit b522261

Browse files
committed
Fancybox functionality updates
-Fancybox functionalities update -files location update
1 parent 1c9230a commit b522261

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+373
-1282
lines changed

admin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function mfbfw_options_page() {
1212
<div id="pluginDescription">
1313
<h2><?php printf( __( 'Fancybox for WordPress (version %s)', 'mfbfw' ), FBFW_VERSION ); ?></h2>
1414
<p>Seamlessly integrates FancyBox into your blog: Upload, activate, and you’re done. Additional configuration optional.</p></div>
15-
<div id="pluginLogo"><img src="<?php echo FBFW_URL . 'img/icon.jpg'; ?>"></div>
15+
<div id="pluginLogo"><img src="<?php echo FBFW_URL . 'assets/images/icon.jpg'; ?>"></div>
1616
</div>
1717

1818
<br />
@@ -94,7 +94,7 @@ function mfbfw_options_page() {
9494

9595
<div id="mfbfwd" style="border-top:1px dashed #DDDDDD;margin:20px 0 40px;overflow:hidden;padding-top:25px;width:100%;float:left">
9696

97-
Plugin developer and supported by <a href="https://colorlib.com">Colorlib</a>
97+
Plugin developed and supported by <a href="https://colorlib.com">Colorlib</a>
9898

9999
</div>
100100

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
border-radius: 0px;
6464
margin: 0px 5px;
6565
background: #e5e5e5;
66+
top:2px;
6667
}
6768

6869
#fbfwTabs .ui-tabs-nav li a {

0 commit comments

Comments
 (0)