This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- phpMyAdmin SQL Dump | |
-- version 3.5.2.2 | |
-- http://www.phpmyadmin.net | |
-- | |
-- Host: localhost | |
-- Generation Time: Feb 01, 2013 at 07:57 AM | |
-- Server version: 5.5.27 | |
-- PHP Version: 5.4.7 | |
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<b:if cond='data:blog.url == data:blog.homepageUrl'> | |
<title><data:blog.pageTitle/></title> | |
<b:include data='blog' name='all-head-content'/> | |
<meta content='your-keyword-here' name='keywords'/> | |
</b:if> | |
<b:if cond='data:blog.pageType == "item"'> | |
<title><data:blog.pageName/> - <data:blog.title/></title> |