Exemple #1
0
    <li>
      <a href="#">Home</a>
    </li>
    <li>
      <a href="#">Update <?php 
echo $plgName;
?>
</a>
    </li>
  </ul>
</div>
<style type="text/css">
  label{width:100px;}
</style>
<?php 
insertAlerts(11);
openBox("Update or Upgrade Your Product", "plus", 11, "<p>It is easy to update your application. Once you have downloaded an update package, please use the Browse button in the <b>Upload Your Zip File</b> section. When you have selected the zip file to upload, the updater will take care of the rest.</p>" . "<p>If you have purchased a <a href='#' class='goPro'>Pro upgrade</a>, the process is identical. Just browse and upload the zip file." . "<p>In some installations, you may need to provide FTP details for the updater to work. If needed, you will be prompted for the credentials. Contact your hosting provider or system admin for details.</p>");
$updateBox = '';
?>
<div class="clearfix">&nbsp;</div>
<?php 
if (EzGA::$isPro || !empty(EzGA::$options['allow_updates'])) {
    $localVersion = $updater->getLocalVersion();
    $remoteVersion = $updater->getRemoteVersion();
    $toolTip = $updater->getUpdateText();
    if ($updater->isOld()) {
        ?>
    <div class="col-md-3 col-sm-3 col-xs-6 update">
      <a data-toggle="tooltip" title="<?php 
        echo $toolTip;
        ?>
Exemple #2
0
<?php

require 'header.php';
?>
<div>
  <ul class="breadcrumb">
    <li>
      <a href="#">Home</a>
    </li>
    <li>
      <a href="#">Dashboard</a>
    </li>
  </ul>
</div>

<?php 
insertAlerts();
openRow();
openCell("Introduction", "home", 8);
$plgName = EzGA::getPlgName();
$plgMode = EzGA::getPlgMode();
require_once "{$plgMode}-intro.php";
closeCell();
openCell("Contact Author", 'envelope', 4, "", 260);
require_once 'support.php';
closeCell();
closeRow();
include 'promo.php';
require 'footer.php';