File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 145
145
if (is_array ($ CONF_TEASER )) {
146
146
$ conftype = array (
147
147
'conference ' => 'Upcoming conferences ' ,
148
- 'cfp ' => 'Conferences Calling for papers ' ,
148
+ 'cfp ' => 'Conferences calling for papers ' ,
149
149
);
150
150
$ announcements = "" ;
151
151
foreach ($ CONF_TEASER as $ category => $ entries ) {
152
152
if ($ entries ) {
153
153
$ announcements .= '<div class="panel"> ' ;
154
- $ announcements .= ' <a href="/conferences" class="headline"> ' . $ conftype [$ category ] .'</a> ' ;
154
+ $ announcements .= ' <a href="/conferences" class="headline" title=" ' . $ conftype [ $ category ] . ' " > ' . $ conftype [$ category ] .'</a> ' ;
155
155
$ announcements .= '<div class="body"><ul> ' ;
156
156
foreach (array_slice ($ entries , 0 , 4 ) as $ url => $ title ) {
157
157
$ title = preg_replace ("'([A-Za-z0-9])([\s\:\-\,]*?)call for(.*?)$'i " , "$1 " , $ title );
158
- $ announcements .= "<li><a href=' $ url'> $ title</a></li> " ;
158
+ $ announcements .= "<li><a href=' $ url' title=' $ title ' >$ title</a></li> " ;
159
159
}
160
160
$ announcements .= '</ul></div> ' ;
161
161
$ announcements .= '</div> ' ;
167
167
168
168
$ SIDEBAR = <<< SIDEBAR_DATA
169
169
170
- <p class='panel'><a href='/migration55'>Upgrading to PHP5.5</a></p>
170
+ <p class='panel'><a href='/migration55' title='Upgrading to PHP5.5' class='headline' >Upgrading to PHP5.5</a></p>
171
171
$ announcements
172
172
<p class='panel'><a href='/cal.php'>User Group Events</a></p>
173
173
<p class='panel'><a href='/thanks.php'>Special Thanks</a></p>
You can’t perform that action at this time.
0 commit comments