Guest User

Untitled

a guest
Dec 15th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. class Routes{
  2. public function CtrlRoutes(){
  3. $url = "http://localhost/proyecto/";
  4. return $url;
  5. }
  6. }
  7.  
  8. <?php $url = Routes::CtrlRoutes();?>
  9. <link rel="stylesheet" href="<?php echo $url; ?>view/desktop/css/style.css">
Add Comment
Please, Sign In to add comment