changement de routes
This commit is contained in:
parent
d980568035
commit
83f2697666
@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
|||||||
| a PHP script and you can easily do that on your own.
|
| a PHP script and you can easily do that on your own.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['base_url'] = '/~brigitte/SAEWEB2.2/ci/';
|
$config['base_url'] = '/~boutaric/SAEWEB2.2/ci/';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html lang="en" class="has-navbar-fixed-top">
|
<html lang="en" class="has-navbar-fixed-top">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>MUSIC APP</title>
|
<title>SpotiFly</title>
|
||||||
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -13,7 +13,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul>
|
<ul>
|
||||||
<li><?= anchor('https://dwarves.iut-fbleau.fr/~boutaric/test/ci/','Home'); ?></li>
|
<li><?= anchor('https://dwarves.iut-fbleau.fr/~boutaric/SAEWEB2.2/ci/','Home'); ?></li>
|
||||||
<li><?= anchor('albums','Albums'); ?></li>
|
<li><?= anchor('albums','Albums'); ?></li>
|
||||||
<li><?= anchor('artistes','Artistes'); ?></li>
|
<li><?= anchor('artistes','Artistes'); ?></li>
|
||||||
<li><?= anchor('playlist','Playlist'); ?></li>
|
<li><?= anchor('playlist','Playlist'); ?></li>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html lang="en" class="has-navbar-fixed-top">
|
<html lang="en" class="has-navbar-fixed-top">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>MUSIC APP</title>
|
<title>SpotiFly</title>
|
||||||
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
||||||
<link rel="stylesheet" href="<?= base_url('assets/album.css') ?>">
|
<link rel="stylesheet" href="<?= base_url('assets/album.css') ?>">
|
||||||
</head>
|
</head>
|
||||||
@ -14,7 +14,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul>
|
<ul>
|
||||||
<li><?= anchor('https://dwarves.iut-fbleau.fr/~boutaric/test/ci/','Home'); ?></li>
|
<li><?= anchor('https://dwarves.iut-fbleau.fr/~boutaric/SAEWEB2.2/ci/','Home'); ?></li>
|
||||||
<li><?= anchor('albums','Albums'); ?></li>
|
<li><?= anchor('albums','Albums'); ?></li>
|
||||||
<li><?= anchor('artistes','Artistes'); ?></li>
|
<li><?= anchor('artistes','Artistes'); ?></li>
|
||||||
<li><?= anchor('playlist','Playlist'); ?></li>
|
<li><?= anchor('playlist','Playlist'); ?></li>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html lang="en" class="has-navbar-fixed-top">
|
<html lang="en" class="has-navbar-fixed-top">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>MUSIC APP</title>
|
<title>SpotiFly</title>
|
||||||
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -13,7 +13,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul>
|
<ul>
|
||||||
<li><?= anchor('https://dwarves.iut-fbleau.fr/~boutaric/test/ci/','Home'); ?></li>
|
<li><?= anchor('https://dwarves.iut-fbleau.fr/~boutaric/SAEWEB2.2/ci/','Home'); ?></li>
|
||||||
<li><?= anchor('albums','Albums'); ?></li>
|
<li><?= anchor('albums','Albums'); ?></li>
|
||||||
<li><?= anchor('artistes','Artistes'); ?></li>
|
<li><?= anchor('artistes','Artistes'); ?></li>
|
||||||
<li><?= anchor('playlist','Playlist'); ?></li>
|
<li><?= anchor('playlist','Playlist'); ?></li>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html lang="en" class="has-navbar-fixed-top">
|
<html lang="en" class="has-navbar-fixed-top">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>MUSIC APP</title>
|
<title>SpotiFly</title>
|
||||||
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -13,7 +13,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul>
|
<ul>
|
||||||
<li><?= anchor('https://dwarves.iut-fbleau.fr/~boutaric/test/ci/','Home'); ?></li>
|
<li><?= anchor('https://dwarves.iut-fbleau.fr/~boutaric/SAEWEB2.2/ci/','Home'); ?></li>
|
||||||
<li><?= anchor('albums','Albums'); ?></li>
|
<li><?= anchor('albums','Albums'); ?></li>
|
||||||
<li><?= anchor('artistes','Artistes'); ?></li>
|
<li><?= anchor('artistes','Artistes'); ?></li>
|
||||||
<li><?= anchor('playlist','Playlist'); ?></li>
|
<li><?= anchor('playlist','Playlist'); ?></li>
|
||||||
|
Loading…
Reference in New Issue
Block a user