Added Everyman cinema
This commit is contained in:
parent
40108b55e6
commit
32c9426ecb
@ -11,7 +11,8 @@ const eventCache = {
|
||||
|
||||
const cinemas = [{ 'id': 'cwr', 'url': 'https://film.list.co.uk/cinema/14982-cineworld-renfrew-street/' },
|
||||
{ 'id': 'gsc', 'url': 'https://film.list.co.uk/cinema/13590-cineworld-glasgow-science-centre/' },
|
||||
{ 'id': 'pho', 'url': 'https://film.list.co.uk/cinema/12500-showcase-cinema-paisley/' }];
|
||||
{ 'id': 'pho', 'url': 'https://film.list.co.uk/cinema/12500-showcase-cinema-paisley/' },
|
||||
{'id':'evr', 'url':'https://film.list.co.uk/cinema/111845-everyman-glasgow/'}];
|
||||
|
||||
module.exports = {
|
||||
'getEvents': function (req, res) {
|
||||
|
@ -1,6 +1,7 @@
|
||||
<div class="mui-container">
|
||||
<a href="/cinema/0">Cineworld Glasgow</a> /
|
||||
<a href="/cinema/1">Imax Science Centre</a> /
|
||||
<a href="/cinema/2">Showcase Phoenix</a>
|
||||
<a href="/cinema/2">Showcase Phoenix</a> /
|
||||
<a href="/cinema/3">Everyman Cinema</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user