Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. $modules = [ 'finances.php' => ["Finanças", "<i class='fa fa-credit-card'></i>"],
  2. 'news.php' => ["Novidades", "<i class='fa fa-newspaper-o'></i>"],
  3. 'groups.php' => ["Cargos", "<i class='fa fa-users'></i>"],
  4. 'store.php' => ["Store", "<i class='fa fa-shopping-cart'></i>"]
  5. ];
  6.  
  7. $modules = [ 'news.php' => ["Novidades", "<i class='fa fa-newspaper-o'></i>"],
  8. 'groups.php' => ["Cargos", "<i class='fa fa-users'></i>"],
  9. 'store.php' => ["Store", "<i class='fa fa-shopping-cart'></i>"]
  10. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement