ploto

ploto Git Source Tree


Root/gallery.php

<?php
/* This is a backwards compatible file to make old installations work correctly */

include_once(dirname(__FILE__).'/plogger.php');

function the_gallery_head() {
	return the_plogger_head();
}

function the_gallery() {
	return the_plogger_gallery();
}

?>

Archive Download this file

Branches

Number of commits:
Page rendered in 0.07607s using 11 queries.