| 1 | <?php |
||
| 22 | class ALNP_Sydney { |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Initlize Theme. |
||
| 26 | * |
||
| 27 | * @access public |
||
| 28 | * @static |
||
| 29 | */ |
||
| 30 | public static function init() { |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Add theme support by providing the theme selectors |
||
| 37 | * to be applied once the theme is activated. |
||
| 38 | * |
||
| 39 | * @access public |
||
| 40 | * @static |
||
| 41 | */ |
||
| 42 | public static function add_theme_support() { |
||
| 52 | |||
| 53 | } // END class |
||
| 54 | |||
| 56 |