コード例 #1
0
ファイル: browse-item.php プロジェクト: araranga/homan
<?php

include "api.php";
$_GET['artistdata'] = loadartist($_GET['artistId']);
$_GET['artistdata'] = $_GET['artistdata']['artists'][0];
$_GET['itemdata'] = loaditem($_GET['itemId']);
$_GET['itemdata'] = $_GET['itemdata']['items'][0];
?>
<!DOCTYPE html>
<html class=" js cssanimations csstransitions" hola_ext_inject="disabled">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta charset="utf-8">
<meta property="og:title" content="<?php 
echo $_GET['itemdata']['title'];
?>
" />
<meta property="og:description" content="<?php 
echo $_GET['itemdata']['title'];
?>
 by <?php 
echo $_GET['itemdata']['firstName'];
?>
 <?php 
echo $_GET['itemdata']['lastName'];
?>
" />
<meta property="og:image" content="<?php 
echo $_GET['itemdata']['pictures'][0];
?>
" />
コード例 #2
0
ファイル: artist-details.php プロジェクト: araranga/homan
<?php

include "api.php";
$_GET['artistdata'] = loadartist($_GET['artistId']);
$_GET['artistdata'] = $_GET['artistdata']['artists'][0];
$_GET['itemdata'] = loaditem($_GET['artistdata']['itemId']);
$_GET['itemdata'] = $_GET['itemdata']['items'][0];
?>
<!DOCTYPE html>
<html class=" js cssanimations csstransitions" hola_ext_inject="disabled">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta charset="utf-8">
      <title><?php 
echo $_GET['itemdata']['title'];
?>
 by <?php 
echo $_GET['itemdata']['firstName'];
?>
 <?php 
echo $_GET['itemdata']['lastName'];
?>
 </title>
      <meta name="description" content="Fine Art at HOHMANN">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
	  <?php 
include "inc/head.php";
?>
<link type="text/css" rel="stylesheet" href="css/jquery.qtip.css" />
<link href="css/artist-item.css" rel="stylesheet">