initial commit
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
<div id="header-container-732">
|
||||
<div class="header-732">
|
||||
<div class="logo-732">
|
||||
<img src="<?php echo $this->getAsset('logo.png'); ?>" alt="">
|
||||
<!-- <span class="wpamm-version"><?php _e('Version'); ?> <?php //echo $this->get_plugin_version(); ?></span> -->
|
||||
</div>
|
||||
|
||||
<div class="author-732">
|
||||
<a href="http://codecanyon.net/user/732">
|
||||
<img src="<?php echo $this->getAsset('author.png'); ?>" alt="<?php _e('Check out our premium plugins!', $this->text_domain); ?>">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<div class="header-732-desc" style="<?php echo ($this->expandHeader) ? '' : 'display: none;'; ?>">
|
||||
<p><?php echo $this->get_plugin_info('Description'); ?></p>
|
||||
<a href="#about-732" class="button button-primary button-hero smooth-scrolling-732"><?php _e('Show me how!', $this->text_domain); ?></a>
|
||||
<!-- <a href="#"><?php _e('or continue to the plugin', $this->text_domain); ?></a> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user