PageRenderTime 40ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/plugins/gigpress/templates/shows-list-empty.php

https://github.com/jdickie/mithpressbeta
PHP | 12 lines | 3 code | 4 blank | 5 comment | 0 complexity | 48e39f0e5f1af75e926e150c4933929a MD5 | raw file
Possible License(s): GPL-3.0, LGPL-2.1, AGPL-1.0
  1. <?php
  2. // STOP! DO NOT MODIFY THIS FILE!
  3. // If you wish to customize the output, you can safely do so by COPYING this file
  4. // into a new folder called 'gigpress-templates' in your 'wp-content' directory
  5. // and then making your changes there. When in place, that file will load in place of this one.
  6. // This template displays when you have no shows.
  7. ?>
  8. <p class="gigpress-empty"><?php echo $no_results_message; ?></p>