plugins/nuggie/constants.php
changeset 8 160f1170aa32
equal deleted inserted replaced
7:cd46e29ae699 8:160f1170aa32
       
     1 <?php
       
     2 
       
     3 /*
       
     4  * Nuggie
       
     5  * Version 0.1
       
     6  * Copyright (C) 2007 Dan Fuhry
       
     7  *
       
     8  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
       
     9  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
       
    10  *
       
    11  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
       
    12  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
       
    13  */
       
    14 
       
    15 define('NUGGIE_PLANET_FILTER_TAG', 1);
       
    16 define('NUGGIE_PLANET_FILTER_AUTHOR', 2);
       
    17 define('NUGGIE_PLANET_FILTER_KEYWORD', 3);
       
    18