Skip to content

Instantly share code, notes, and snippets.

@tchalvak
Created November 12, 2009 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tchalvak/233163 to your computer and use it in GitHub Desktop.
Save tchalvak/233163 to your computer and use it in GitHub Desktop.
Gallery2 include names.
public $includes = array(
"list" => array(
"desc" => "List of images and image detail"),
"toplevel" => array(
"desc" => "List of top-level categories only",
"fixed" => array(
"action" => "toplevel")),
"nestedlevels" => array(
"desc" => "List of all category depths",
"default" => array(
"action" => "categories")),
"all_cats" => array(
"desc" => "Navigation for fixed list of all categories",
"fixed" => array(
"action" => "categories")),
"fixed_top_cats" => array(
"desc" => "Navigation for fixed list of top level categories",
"default" => array(
"action" => "toplevel")),
"random" => array(
"desc" => "Random image",
"fixed" => array(
"action" => "random")),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment