Skip to content

Commit

Permalink
pages app
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Jul 22, 2009
1 parent a4b44d0 commit 1844bbe
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions app/pages/pages.php
@@ -0,0 +1,26 @@
<?php

global $prefix;

if (empty($prefix)) {

function pages_init() {
include 'wp-content/language/lang_chooser.php'; //Loads the language-file
// app_register_init( table, action, apptitle, appname, number )
if (member_of('administrators'))
app_register_init( 'pages', 'pagelist', 'Pages', 'pages', 2 );
}

function pages_show() {
}

function pages_head() {
}

function pages_menu() {
}

function pages_post() {
}

}

0 comments on commit 1844bbe

Please sign in to comment.