Procedural File: builtin.archives.php

Source Location: /bblog/bBlog_plugins/builtin.archives.php ( Revision Log )

Page Details

admin.archives.php - handles showing a list of entries to edit/delete

License:  GNU General Public License
Copyright:  The bBlog Project, http://www.bblog.com/
Version:  $Id: $
Author:  Eaden McKee - <email@eadz.co.nz> - last modified by $LastChangedBy: $
Includes
include ("./inc/photobblog.php") [line 166]
[ Top ]

include ("./trackback.php") [line 209]
[ Top ]


Functions
get_post_months  [line 258]

void get_post_months( )


[ Top ]
identify_admin_archives  [line 18]

void identify_admin_archives( )

Information Tags:
Todo:  now it may be an idea to do a if(!defined('IN_BBLOG')) die "hacking attempt" type thing but i'm not sure it's needed, as without this file being included it hasn't connected to the database, and all the functions it calls are in the $bBlog object.

[ Top ]
maketimestamp  [line 293]

void maketimestamp( mixed $day, mixed $month, mixed $year, mixed $hour, mixed $minute  )


[ Top ]
timestampform  [line 272]

void timestampform( mixed $ts  )


[ Top ]