Full ELMS Learning Network documentation
views-more.tpl.php
×
Error message
User warning: The following module is missing from the file system: theme/theme. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (line 1156 of /var/www/html/elmsln_community/api.elmsln.org/includes/bootstrap.inc).- cis7 sites/all/modules/ulmus/views/theme/views-more.tpl.php
- cle7 sites/all/modules/ulmus/views/theme/views-more.tpl.php
- ecd7 sites/all/modules/ulmus/views/theme/views-more.tpl.php
- elmsmedia7 sites/all/modules/ulmus/views/theme/views-more.tpl.php
- harmony7 sites/all/modules/ulmus/views/theme/views-more.tpl.php
- icor7 sites/all/modules/ulmus/views/theme/views-more.tpl.php
- meedjum_blog7 sites/all/modules/ulmus/views/theme/views-more.tpl.php
- mooc7 sites/all/modules/ulmus/views/theme/views-more.tpl.php
Theme the more link.
- $view: The view object.
- $more_url: the url for the more link.
- $link_text: the text for the more link.
3 string references to the theme hook from views-more.tpl.php
Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.
- views_plugin_display::render_more_link in sites/
all/ modules/ ulmus/ views/ plugins/ views_plugin_display.inc - Render the 'more' link
- views_theme in sites/
all/ modules/ ulmus/ views/ views.module - Implement hook_theme(). Register views theming functions.
- views_theme in sites/
all/ modules/ ulmus/ views/ views.module - Implement hook_theme(). Register views theming functions.
File
sites/all/modules/ulmus/views/theme/views-more.tpl.phpView source
- <?php
-
- /**
- * @file
- * Theme the more link.
- *
- * - $view: The view object.
- * - $more_url: the url for the more link.
- * - $link_text: the text for the more link.
- *
- * @ingroup views_templates
- */
- ?>
-
- <div class="more-link">
- <a href="<?php print $more_url ?>">
- <?php print $link_text; ?>
- </a>
- </div>
-