Changeset 1865613
- Timestamp:
- 04/27/2018 10:58:08 PM (8 years ago)
- Location:
- teamacle/trunk
- Files:
-
- 2 edited
-
public/css/teamacle-plugin-install.css (modified) (1 diff)
-
teamacle.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
teamacle/trunk/public/css/teamacle-plugin-install.css
r1863307 r1865613 16 16 max-width: 875px; 17 17 } 18 18 .teamacle-title { 19 text-align: center; 20 } 21 .teamacle-title > img { 22 width: 258px; 23 height: 24px; 24 } 25 .teamacle-title > p { 26 font-size: 30px; 27 margin-top: 10px; 28 } 19 29 .cta { 20 30 background: white; -
teamacle/trunk/teamacle.php
r1864959 r1865613 52 52 $arrow_right_img = plugins_url('public/images/arrow_right.svg',__FILE__); 53 53 $plugin_icon = plugins_url('public/images/plugin_icon.svg',__FILE__); 54 $plugin_install_page = admin_url()."/options-general.php?page=Teamacle"; 54 $teamacle_logo_icon = plugins_url('public/images/teamacle-logo.png',__FILE__); 55 $plugin_install_page = admin_url()."/options-general.php?page=Teamacle"; 55 56 if (isset($_GET['authenticated'])) { 56 57 $dismissable_message = $this->dismissibleMessage('You successfully authenticated with Teamacle'); … … 65 66 <section id="main_content" style="padding-top: 70px;"> 66 67 <div class="container"> 68 <div class="teamacle-title"> 69 <img src='$teamacle_logo_icon'> 70 <p>Enhance Your Website with <strong>Live Chat</strong> Customer Support 71 </div> 67 72 <div class="cta"> 68 73 <div class="sp__2--lg sp__2--xlg"></div>
Note: See TracChangeset
for help on using the changeset viewer.