Skip to content

Instantly share code, notes, and snippets.

View fingli's full-sized avatar
:octocat:

Yulian Yordanov fingli

:octocat:
  • Bulgaria
  • 15:38 (UTC +03:00)
  • X @yullian
View GitHub Profile
This file has been truncated, but you can view the full file.
-- phpMyAdmin SQL Dump
-- version 3.5.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Nov 02, 2013 at 08:12 PM
-- Server version: 5.2.10-MariaDB-mariadb107-log
-- PHP Version: 5.2.17
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
@fingli
fingli / sidebar-footer.php
Created February 15, 2013 19:03
Fifth widget area in footer (RedLine theme)
@fingli
fingli / blog_description.php
Created December 15, 2012 18:13
Blog info-area without date and time
<!--Begin infoarea-->
<section id="siteinfo"><div id="feedarea">
<dl><dt><?php bloginfo( 'description' ) ?></dt></dl>
</div></section>
<!--End infoarea -->