widget:linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
widget:linux [2015/04/17 23:27] Giuseppe Di Terlizziwidget:linux [2015/04/17 23:29] (current) Giuseppe Di Terlizzi
Line 7: Line 7:
  
   if ($_moniker !== $release->moniker) {   if ($_moniker !== $release->moniker) {
-    $output .= sprintf('<h5>%s</h5>', $release->moniker);+    $output .= sprintf('<h5 class="page-header">%s</h5>', $release->moniker);
     $output .= '</dl><dl class="dl-horizontal">';     $output .= '</dl><dl class="dl-horizontal">';
   }   }
Line 18: Line 18:
 } }
  
-echo '<div class="small">'str_replace('<dl></dl>', '', $output) . '</div>';+echo str_replace('<dl></dl>', '', $output);
  
 </php> </php>
 ~~NOCACHE~~    ~~NOCACHE~~   
  • widget/linux.1429306024.txt.gz
  • Last modified: 9 years ago
  • by Giuseppe Di Terlizzi