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
| <?php | |
| if(class_exists('TimberMenu') && class_exists('TimberMenuItem')) | |
| { | |
| class MyMenu extends TimberMenu { | |
| var $MenuItemClass = 'MyMenuItem'; | |
| } |
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
| var ODPHP = {}; | |
| ODPHP.common = { | |
| init: function() { | |
| // common code running on all pages | |
| } | |
| }; | |
| ODPHP.objective_search = { | |
| init: function() { |
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
| View = Backbone.View.extend({ | |
| initialize: function() { | |
| /*! | |
| * set the collection | |
| */ | |
| this.collection = new dataCollection(); | |
| /*! |
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
| if(post_password_required($post)) | |
| { | |
| $context['post']->post_content = get_the_content(); | |
| } |
NewerOlder