From e7dab48469ac779d639fff7e221c7b5a23ded148 Mon Sep 17 00:00:00 2001 From: Evan O'Connell Date: Sun, 18 Aug 2013 17:50:36 -0400 Subject: Removing files --- themes/new/include/functions.php | 51 ---------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 themes/new/include/functions.php (limited to 'themes/new/include/functions.php') diff --git a/themes/new/include/functions.php b/themes/new/include/functions.php deleted file mode 100644 index 1a1abbc..0000000 --- a/themes/new/include/functions.php +++ /dev/null @@ -1,51 +0,0 @@ -. - */ - - /* EVERY THEME SHOULD HAVE THIS FILE WITH THE FUNCTIONS OPENCONTENT() & CLOSECONTENT() */ - - /** - * OpenContent() - * Opens a Bayonet site content block. - * @return - */ - function OpenContent() - { - echo "OPEN CONTENT
"; - } - - /** - * CloseContent() - * Closes a Bayonet site content block. - * @return - */ - function CloseContent() - { - echo "CLOSE CONTENT
"; - } - - function OpenBlock($title = 'New Block') - { - echo "

{$title}

"; - } - - function CloseBlock() - { - } - -?> -- cgit