Ejemplo n.º 1
0
echo $meta_image;
?>
">
<meta property="og:description"	content="<?php 
echo $meta_aciklama;
?>
 kapıda ödeme avantajı, hızlı kargo ve 365 gün iade avantajıyla ideal.com.tr'de uygun fiyatlarla satışta!">
<meta itemprop="image" content="<?php 
echo $meta_image;
?>
">
<meta name="robots" content="INDEX,FOLLOW" />
<meta name="robots" content="NOODP">
<?php 
Lib\Assets::css(array('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css', 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css', Lib\Url::publicPath() . '/admin/css/AdminLTE.min.css', Lib\Url::publicPath() . '/admin/css/skins/_all-skins.min.css', Lib\Url::publicPath() . '/admin/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css'));
Lib\Assets::js(array('https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js', Lib\Url::publicPath() . '/admin/bootstrap/js/bootstrap.min.js', Lib\Url::publicPath() . '/admin/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js"'));
/*
 * //maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css
 *
 * Lib\Url::publicPath(). '/css/font-awesome.min.css',
 * 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css',
 * Lib\Url::publicPath(). '/css/font-awesome.min.css',
 * Lib\Url::publicPath(). '/css/bootstrap.min.css',
 * Lib\Url::publicPath(). '/css/style.css',
 */
?>

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
Ejemplo n.º 2
0
    <div class="container-fluid ust-menu">
        <div class="container">
            <div class="row">
                <h1 class="logo"><a href="javascrip:;"><img src="<?php 
echo Lib\Url::publicPath();
?>
/img/logo.png" alt="" title="Sağdıçlar Balıkçılık"></a></h1>
           <div class="diller">
                              <a href="?lang=tr" class="active">TR</a>
                    <a href="?lang=en">EN</a>
                </div>
                <div class="menu-link">
                    <a href="/sayfa/kurumsal"><?php 
echo $kurumsal;
?>
</a>
                    <a href="/sayfa/hizmetler"><?php 
echo $hizmetler;
?>
</a>
                    <a href="/sayfa/urunler"> <?php 
echo $urunler;
?>
</a>
                    <a href="/sayfa/markalar"><?php 
echo $markalar;
?>
</a>
                    <a href="/sayfa/satis"><?php 
echo $satis;
?>
Ejemplo n.º 3
0
<?php

/**
 * dxprog.com PHP library
 */
// Load the client specific configs, then boot over to where the core lives
require_once 'app-config.php';
chdir(CORE_LOCATION);
require_once 'config.php';
// Used to keep track of page generation time
$_begin = microtime(true);
// Include base libraries
require_once './lib/aal.php';
// Set the time zone
date_default_timezone_set('America/Chicago');
Lib\Session::start();
// Check for the controller and either throw a 404 or let the controller do its thing
$route = Lib\Url::getRoute();
if (!class_exists('Controller\\' . $route->controller, true)) {
    header('HTTP/1.1 404 Content Not Found');
    exit;
} else {
    call_user_func(['Controller\\' . $route->controller, 'render'], $route->route);
}
// Render the page to output
Lib\Display::render($route);
// Calculate the amount of time it took to generate the page
$genTime = microtime(true) - $GLOBALS['_begin'];
echo "<!--\n\tGenerated in ", $genTime, " seconds.\n\tAPI hits - ", $_apiHits, ".\n\tMax memory used - ", memory_get_peak_usage(), "\n-->";
Api\DxApi::clean();
Ejemplo n.º 4
0
    <?php 
Lib\Assets::css(array('https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css', Lib\Url::publicPath() . '/admin/plugins/iCheck/square/blue.css'));
?>
<body class="hold-transition login-page">
    <div class="login-box">
      <div class="login-logo">
        <a href="../../index2.html"><b>Save As </b>Panel</a>
      </div><!-- /.login-logo -->
      <div class="login-box-body">
        <p class="login-box-msg">Sign in to start your session</p>
        <form action="../../index2.html" method="post">
          <div class="form-group has-feedback">
            <input type="email" class="form-control" placeholder="Email">
            <span class="glyphicon glyphicon-envelope form-control-feedback"></span>
          </div>
          <div class="form-group has-feedback">
            <input type="password" class="form-control" placeholder="Password">
            <span class="glyphicon glyphicon-lock form-control-feedback"></span>
          </div>
          <div class="row">

            <div class="col-xs-4">
              <button type="submit" class="btn btn-primary btn-block btn-flat">Sign In</button>
            </div><!-- /.col -->
          </div>
        </form>


        <a href="#">I forgot my password</a><br>
        <a href="register.html" class="text-center">Register a new membership</a>
Ejemplo n.º 5
0
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="Sağdıçlar Balıkçılık">
    <meta name="keywords" content="sağdıçlar balıkçılık, balık, çiğ balık, levrek, çupra, somon, çipura, hamsi, istavrit, karides, deniz ürünleri, palamut, lüfer">
    <title><?php 
echo $site_baslik;
?>
</title>
    <link rel="shortcut icon" href="favicon.ico" />
    <!-- Bootstrap -->
    <link href="css/bootstrap.min.css" rel="stylesheet">
    <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
    <link href="css/my.css" rel="stylesheet">
    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
</head>


<?php 
Lib\Assets::css(array('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css', 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css', Lib\Url::publicPath() . '/css/my.css'));
?>



</head>
<body>