Created
February 27, 2013 14:49
-
-
Save ckpicker/5048425 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <span class='tribe-events-calendar-buttons'> | |
| <a class='tribe-events-button-on' href='YOUR_URL_GOES_HERE'>Submit an Event</a> | |
| <a class='tribe-events-button-on' href='<?php echo tribe_get_listview_link(); ?>'><?php _e('Event List', 'tribe-events-calendar'); ?></a> | |
| <a class='tribe-events-button-off' href='<?php echo tribe_get_gridview_link(); ?>'><?php _e('Calendar', 'tribe-events-calendar'); ?></a> | |
| </span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment