Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445f832 commit b31d36cCopy full SHA for b31d36c
1 file changed
Doc/perl/l2hinit.perl
@@ -117,9 +117,16 @@ sub make_nav_sectref {
117
$my_icon_tags{'index'} = 'Index';
118
$my_icon_tags{'modules'} = 'Module Index';
119
120
+@my_icon_names = ();
121
+$my_icon_names{'previous_page'} = 'previous';
122
+$my_icon_names{'next_page'} = 'next';
123
+
124
sub get_my_icon {
125
my $name = @_[0];
126
my $text = $my_icon_tags{$name};
127
+ if ($my_icon_names{$name}) {
128
+ $name = $my_icon_names{$name};
129
+ }
130
if ($text eq '') {
131
$name = 'blank';
132
}
0 commit comments