예제 #1
0
<?php

namespace Destiny;

use Destiny\Common\Utils\Tpl;
use Destiny\Common\Session;
use Destiny\Common\User\UserRole;
?>
<!DOCTYPE html>
<html>
<head>
<title><?php 
echo Tpl::title($model->title);
?>
</title>
<meta charset="utf-8">
<?php 
include Tpl::file('seg/commontop.php');
include Tpl::file('seg/google.tracker.php');
?>
</head>
<body id="subscribe">

  <?php 
include Tpl::file('seg/top.php');
?>
  <?php 
include Tpl::file('seg/headerband.php');
?>
  
  <section class="container">
예제 #2
0
파일: profile.php 프로젝트: Alewex/website
<?
namespace Destiny;
use Destiny\Common\Utils\Tpl;
use Destiny\Common\Utils\Country;
use Destiny\Common\Utils\Date;
use Destiny\Common\Config;
use Destiny\Commerce\SubscriptionStatus;
?>
<!DOCTYPE html>
<html>
<head>
<title><?=Tpl::title($model->title)?></title>
<meta charset="utf-8">
<?php include Tpl::file('seg/commontop.php') ?>
<?php include Tpl::file('seg/google.tracker.php') ?>
</head>
<body id="account" class="profile">
  <div id="page-wrap">

    <?php include Tpl::file('seg/top.php') ?>
    <?php include Tpl::file('seg/headerband.php') ?>
    <?php include Tpl::file('seg/alerts.php') ?>
    <?php include Tpl::file('profile/menu.php') ?>
    
    <section class="container collapsible">
      <h3><span class="fa fa-fw fa-chevron-right expander"></span> Subscription</h3>
      
      <?php if(!empty($model->subscription) && !empty($model->subscriptionType)): ?>
      <div class="content">

        <div class="content-dark clearfix">