/home/ccaudea/www/web/app/themes/fources/storage/framework/views/ed47bb31c2a75821878737cc3e49e0c7f75fa618.php
$catsname = '';
foreach(get_the_category() as $cat) {
$catsname .= ' ' . $cat->name;
}
?>
<article class="container relative top-xbig pb-xbig">
<div class="utick lg:grid grid-cols-12 gap-6 mb-4 lg:mb-8" >
<div class="relative col-span-4 -mt-xbig lg:mt-2">
<div class="relative mb-2"><?php echo get_the_post_thumbnail(); ?></div>
<div class="italic text-sm text-center">
Catégorie(s) du spectacle : <?php echo $catsname; ?>
</div>
</div>
<div class="col-span-8 p-3 lg:p-6 text-center shadow-lg">
<h1 class="text-h1 font-bold"><?php echo get_the_title(); ?></h1>
<div class="w-3/4 mx-auto border-t-2 border-b-2 py-1 my-2 border-primary text-primary">
<?php echo $fields['informations_spectacles']['intro_date']; ?>
</div>
<?php if(in_category('organisation')): ?>
<div class="p-4 text-left font-light">
<?php echo the_content(); ?>
</div>
<?php else: ?>
<div class="p-4 text-left font-light">
<?php echo $fields['utick']['description']; ?>
</div>
<?php endif; ?>
<div class="border-t-2 border-gray-100 w-1/2 mx-auto my-2"></div>
<?php if(in_category('organisation')): ?>
<div class="mx-auto text-center">
<?php if($fields['informations_spectacles']['duree']): ?>
<div><i class="fal fa-clock"></i> <?php echo $fields['informations_spectacles']['duree']; ?></div>
<?php else: ?>
Arguments
"Undefined array key "informations_spectacles" (View: /home/ccaudea/www/web/app/themes/fources/resources/views/partials/content-single.blade.php) (View: /home/ccaudea/www/web/app/themes/fources/resources/views/partials/content-single.blade.php)"
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
}
Arguments
ErrorException {#3920
#message: "Undefined array key "informations_spectacles" (View: /home/ccaudea/www/web/app/themes/fources/resources/views/partials/content-single.blade.php)"
#code: 0
#file: "/home/ccaudea/www/web/app/themes/fources/storage/framework/views/ed47bb31c2a75821878737cc3e49e0c7f75fa618.php"
#line: 26
-previous: ErrorException {#3955
#message: "Undefined array key "informations_spectacles""
#code: 0
#file: "/home/ccaudea/www/web/app/themes/fources/storage/framework/views/ed47bb31c2a75821878737cc3e49e0c7f75fa618.php"
#line: 26
#severity: E_WARNING
}
#severity: E_ERROR
}
4
/home/ccaudea/www/web/app/themes/fources/storage/framework/views/ed47bb31c2a75821878737cc3e49e0c7f75fa618.php
$catsname = '';
foreach(get_the_category() as $cat) {
$catsname .= ' ' . $cat->name;
}
?>
<article class="container relative top-xbig pb-xbig">
<div class="utick lg:grid grid-cols-12 gap-6 mb-4 lg:mb-8" >
<div class="relative col-span-4 -mt-xbig lg:mt-2">
<div class="relative mb-2"><?php echo get_the_post_thumbnail(); ?></div>
<div class="italic text-sm text-center">
Catégorie(s) du spectacle : <?php echo $catsname; ?>
</div>
</div>
<div class="col-span-8 p-3 lg:p-6 text-center shadow-lg">
<h1 class="text-h1 font-bold"><?php echo get_the_title(); ?></h1>
<div class="w-3/4 mx-auto border-t-2 border-b-2 py-1 my-2 border-primary text-primary">
<?php echo $fields['informations_spectacles']['intro_date']; ?>
</div>
<?php if(in_category('organisation')): ?>
<div class="p-4 text-left font-light">
<?php echo the_content(); ?>
</div>
<?php else: ?>
<div class="p-4 text-left font-light">
<?php echo $fields['utick']['description']; ?>
</div>
<?php endif; ?>
<div class="border-t-2 border-gray-100 w-1/2 mx-auto my-2"></div>
<?php if(in_category('organisation')): ?>
<div class="mx-auto text-center">
<?php if($fields['informations_spectacles']['duree']): ?>
<div><i class="fal fa-clock"></i> <?php echo $fields['informations_spectacles']['duree']; ?></div>
<?php else: ?>
Arguments
"Undefined array key "informations_spectacles" (View: /home/ccaudea/www/web/app/themes/fources/resources/views/partials/content-single.blade.php)"
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
}
Arguments
ErrorException {#3955
#message: "Undefined array key "informations_spectacles""
#code: 0
#file: "/home/ccaudea/www/web/app/themes/fources/storage/framework/views/ed47bb31c2a75821878737cc3e49e0c7f75fa618.php"
#line: 26
#severity: E_WARNING
}
6
/home/ccaudea/www/web/app/themes/fources/storage/framework/views/ed47bb31c2a75821878737cc3e49e0c7f75fa618.php
$catsname = '';
foreach(get_the_category() as $cat) {
$catsname .= ' ' . $cat->name;
}
?>
<article class="container relative top-xbig pb-xbig">
<div class="utick lg:grid grid-cols-12 gap-6 mb-4 lg:mb-8" >
<div class="relative col-span-4 -mt-xbig lg:mt-2">
<div class="relative mb-2"><?php echo get_the_post_thumbnail(); ?></div>
<div class="italic text-sm text-center">
Catégorie(s) du spectacle : <?php echo $catsname; ?>
</div>
</div>
<div class="col-span-8 p-3 lg:p-6 text-center shadow-lg">
<h1 class="text-h1 font-bold"><?php echo get_the_title(); ?></h1>
<div class="w-3/4 mx-auto border-t-2 border-b-2 py-1 my-2 border-primary text-primary">
<?php echo $fields['informations_spectacles']['intro_date']; ?>
</div>
<?php if(in_category('organisation')): ?>
<div class="p-4 text-left font-light">
<?php echo the_content(); ?>
</div>
<?php else: ?>
<div class="p-4 text-left font-light">
<?php echo $fields['utick']['description']; ?>
</div>
<?php endif; ?>
<div class="border-t-2 border-gray-100 w-1/2 mx-auto my-2"></div>
<?php if(in_category('organisation')): ?>
<div class="mx-auto text-center">
<?php if($fields['informations_spectacles']['duree']): ?>
<div><i class="fal fa-clock"></i> <?php echo $fields['informations_spectacles']['duree']; ?></div>
<?php else: ?>
Arguments
"Undefined array key "informations_spectacles""
/home/ccaudea/www/web/app/themes/fources/storage/framework/views/ed47bb31c2a75821878737cc3e49e0c7f75fa618.php
$catsname = '';
foreach(get_the_category() as $cat) {
$catsname .= ' ' . $cat->name;
}
?>
<article class="container relative top-xbig pb-xbig">
<div class="utick lg:grid grid-cols-12 gap-6 mb-4 lg:mb-8" >
<div class="relative col-span-4 -mt-xbig lg:mt-2">
<div class="relative mb-2"><?php echo get_the_post_thumbnail(); ?></div>
<div class="italic text-sm text-center">
Catégorie(s) du spectacle : <?php echo $catsname; ?>
</div>
</div>
<div class="col-span-8 p-3 lg:p-6 text-center shadow-lg">
<h1 class="text-h1 font-bold"><?php echo get_the_title(); ?></h1>
<div class="w-3/4 mx-auto border-t-2 border-b-2 py-1 my-2 border-primary text-primary">
<?php echo $fields['informations_spectacles']['intro_date']; ?>
</div>
<?php if(in_category('organisation')): ?>
<div class="p-4 text-left font-light">
<?php echo the_content(); ?>
</div>
<?php else: ?>
<div class="p-4 text-left font-light">
<?php echo $fields['utick']['description']; ?>
</div>
<?php endif; ?>
<div class="border-t-2 border-gray-100 w-1/2 mx-auto my-2"></div>
<?php if(in_category('organisation')): ?>
<div class="mx-auto text-center">
<?php if($fields['informations_spectacles']['duree']): ?>
<div><i class="fal fa-clock"></i> <?php echo $fields['informations_spectacles']['duree']; ?></div>
<?php else: ?>
Arguments
2
"Undefined array key "informations_spectacles""
"/home/ccaudea/www/web/app/themes/fources/storage/framework/views/ed47bb31c2a75821878737cc3e49e0c7f75fa618.php"
26
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
Arguments
"/home/ccaudea/www/web/app/themes/fources/storage/framework/views/ed47bb31c2a75821878737cc3e49e0c7f75fa618.php"
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/view/Engines/PhpEngine.php
}
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
"/home/ccaudea/www/web/app/themes/fources/storage/framework/views/ed47bb31c2a75821878737cc3e49e0c7f75fa618.php"
array:7 [
"__env" => Illuminate\View\Factory {#2367}
"app" => Roots\Acorn\Application {#2286}
"post" => WP_Post {#3766}
"siteName" => "Centre Culturel d'Auderghem"
"fields" => array:1 [
"utick" => array:11 [
"id" => "52AE537F-E6C7-875F-F967-1A4C672510A5"
"bookingurl" => "https://shop.utick.net/?pos=CCAUDERGHEM&module=ACTIVITYSERIEDETAILS&s=7CC2E0C5-5342-5341-1A9A-9344D7317333"
"description" => ""
"organizationlabel" => ""
"dates" => array:1 [
0 => array:4 [
"date" => "2025-03-17 20:00:00"
"bookingurl" => "https://shop.utick.net/?pos=CCAUDERGHEM&module=ACTIVITYSERIEDETAILS&s=7CC2E0C5-5342-5341-1A9A-9344D7317333&d=20789086-5F13-4EA2-92CF-F68DA8CADFBB"
"statusid" => "-5"
"active" => "1"
]
]
"date_de_debut" => "2025-03-17 20:00:00"
"date_de_fin" => "2025-03-17 20:00:00"
"prix" => false
"youtubeid" => ""
"dailymotionid" => ""
"vimeoid" => ""
]
]
"options" => array:7 [
"global" => array:5 [
"logo" => "374"
"brochure" => null
"telecharger_la_brochure" => "télécharger notre brochure"
"lien_brochure" => ""
"lien_abonnement" => "https://ccauderghem.be/la-saison-paris-theatre-2024-2025/"
]
"horaires" => array:2 [
"titre" => "horaire"
"textes_horaires" => """
<p>Du lundi au vendredi de 11 à 15h</p>\n
<p> </p>\n
"""
]
"info_message" => """
<p style="text-align: center;">« Paris-Théâtre », votre saison théâtrale parisienne à Auderghem.<br />\n
7 pièces, 6 représentations du mardi au samedi à 20h30 et le dimanche à 15h.<br />\n
La mise en vente des billets débute lundi 1er juillet<br />\n
Vous voulez en savoir plus ?<br />\n
<u><a href="https://ccauderghem.be/la-saison-paris-theatre-2024-2025/" target="_blank" rel="noopener">C’est par ici </a></u>!</p>\n
"""
"infos_pratiques" => array:2 [
"titre" => "Centre culturel d’Auderghem"
"adresse_postale" => """
<p>Boulevard du Souverain 183<br />\n
1160 Bruxelles</p>\n
<p><i class="fal fa-phone text-white"></i> – 02 660 03 03<br />\n
<i class="fal fa-envelope text-white"></i> – accueil@ccauderghem.be</p>\n
"""
]
"legal" => array:2 [
"vie_privee" => array:1 [
0 => array:1 [
"lien" => array:3 [
0 => array:2 [
"titre" => "Legal"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
1 => array:2 [
"titre" => "Politique de la vie privée"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
2 => array:2 [
"titre" => "Conditons de vente"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
]
]
]
"credits" => "<p>2021 © centre culturel d’auderghem – Numéro entreprise 0408114137 – TVA BE0408114137 – billetterie <a href="https://www.utick.be" target="_blank" rel="noopener">utick</a> – website <a href="https://fources.agency" target="_blank" rel="noopener">fources.agency</a></p>\n"
]
"partenaires" => array:2 [
"titre" => "Nos partenaires"
"logos_partenaires" => array:4 [
0 => array:1 [
"image" => 283
]
1 => array:1 [
"image" => 281
]
2 => array:1 [
"image" => 280
]
3 => array:1 [
"image" => 282
]
]
]
"suivez_nous" => array:2 [
"titre" => "suivez-nous"
"reseaux_sociaux" => array:2 [
0 => array:2 [
"icone" => "instagram"
"lien" => "https://www.instagram.com/centreculturelauderghem/"
]
1 => array:2 [
"icone" => "facebook"
"lien" => "https://www.facebook.com/centre.cultureldauderghem.9"
]
]
]
]
"title" => "« Guyane-Suriname, au coeur de l’Amazonie » par Vassili Durand"
]
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/view/Engines/CompilerEngine.php
*
* @param string $path
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if ($this->compiler->isExpired($path)) {
$this->compiler->compile($path);
}
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
$e = new ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
Arguments
"/home/ccaudea/www/web/app/themes/fources/storage/framework/views/ed47bb31c2a75821878737cc3e49e0c7f75fa618.php"
array:7 [
"__env" => Illuminate\View\Factory {#2367}
"app" => Roots\Acorn\Application {#2286}
"post" => WP_Post {#3766}
"siteName" => "Centre Culturel d'Auderghem"
"fields" => array:1 [
"utick" => array:11 [
"id" => "52AE537F-E6C7-875F-F967-1A4C672510A5"
"bookingurl" => "https://shop.utick.net/?pos=CCAUDERGHEM&module=ACTIVITYSERIEDETAILS&s=7CC2E0C5-5342-5341-1A9A-9344D7317333"
"description" => ""
"organizationlabel" => ""
"dates" => array:1 [
0 => array:4 [
"date" => "2025-03-17 20:00:00"
"bookingurl" => "https://shop.utick.net/?pos=CCAUDERGHEM&module=ACTIVITYSERIEDETAILS&s=7CC2E0C5-5342-5341-1A9A-9344D7317333&d=20789086-5F13-4EA2-92CF-F68DA8CADFBB"
"statusid" => "-5"
"active" => "1"
]
]
"date_de_debut" => "2025-03-17 20:00:00"
"date_de_fin" => "2025-03-17 20:00:00"
"prix" => false
"youtubeid" => ""
"dailymotionid" => ""
"vimeoid" => ""
]
]
"options" => array:7 [
"global" => array:5 [
"logo" => "374"
"brochure" => null
"telecharger_la_brochure" => "télécharger notre brochure"
"lien_brochure" => ""
"lien_abonnement" => "https://ccauderghem.be/la-saison-paris-theatre-2024-2025/"
]
"horaires" => array:2 [
"titre" => "horaire"
"textes_horaires" => """
<p>Du lundi au vendredi de 11 à 15h</p>\n
<p> </p>\n
"""
]
"info_message" => """
<p style="text-align: center;">« Paris-Théâtre », votre saison théâtrale parisienne à Auderghem.<br />\n
7 pièces, 6 représentations du mardi au samedi à 20h30 et le dimanche à 15h.<br />\n
La mise en vente des billets débute lundi 1er juillet<br />\n
Vous voulez en savoir plus ?<br />\n
<u><a href="https://ccauderghem.be/la-saison-paris-theatre-2024-2025/" target="_blank" rel="noopener">C’est par ici </a></u>!</p>\n
"""
"infos_pratiques" => array:2 [
"titre" => "Centre culturel d’Auderghem"
"adresse_postale" => """
<p>Boulevard du Souverain 183<br />\n
1160 Bruxelles</p>\n
<p><i class="fal fa-phone text-white"></i> – 02 660 03 03<br />\n
<i class="fal fa-envelope text-white"></i> – accueil@ccauderghem.be</p>\n
"""
]
"legal" => array:2 [
"vie_privee" => array:1 [
0 => array:1 [
"lien" => array:3 [
0 => array:2 [
"titre" => "Legal"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
1 => array:2 [
"titre" => "Politique de la vie privée"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
2 => array:2 [
"titre" => "Conditons de vente"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
]
]
]
"credits" => "<p>2021 © centre culturel d’auderghem – Numéro entreprise 0408114137 – TVA BE0408114137 – billetterie <a href="https://www.utick.be" target="_blank" rel="noopener">utick</a> – website <a href="https://fources.agency" target="_blank" rel="noopener">fources.agency</a></p>\n"
]
"partenaires" => array:2 [
"titre" => "Nos partenaires"
"logos_partenaires" => array:4 [
0 => array:1 [
"image" => 283
]
1 => array:1 [
"image" => 281
]
2 => array:1 [
"image" => 280
]
3 => array:1 [
"image" => 282
]
]
]
"suivez_nous" => array:2 [
"titre" => "suivez-nous"
"reseaux_sociaux" => array:2 [
0 => array:2 [
"icone" => "instagram"
"lien" => "https://www.instagram.com/centreculturelauderghem/"
]
1 => array:2 [
"icone" => "facebook"
"lien" => "https://www.facebook.com/centre.cultureldauderghem.9"
]
]
]
]
"title" => "« Guyane-Suriname, au coeur de l’Amazonie » par Vassili Durand"
]
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
* @return array
*/
public function gatherData()
{
$data = array_merge($this->factory->getShared(), $this->data);
foreach ($data as $key => $value) {
if ($value instanceof Renderable) {
$data[$key] = $value->render();
}
}
return $data;
}
Arguments
"/home/ccaudea/www/web/app/themes/fources/resources/views/partials/content-single.blade.php"
array:7 [
"__env" => Illuminate\View\Factory {#2367}
"app" => Roots\Acorn\Application {#2286}
"post" => WP_Post {#3766}
"siteName" => "Centre Culturel d'Auderghem"
"fields" => array:1 [
"utick" => array:11 [
"id" => "52AE537F-E6C7-875F-F967-1A4C672510A5"
"bookingurl" => "https://shop.utick.net/?pos=CCAUDERGHEM&module=ACTIVITYSERIEDETAILS&s=7CC2E0C5-5342-5341-1A9A-9344D7317333"
"description" => ""
"organizationlabel" => ""
"dates" => array:1 [
0 => array:4 [
"date" => "2025-03-17 20:00:00"
"bookingurl" => "https://shop.utick.net/?pos=CCAUDERGHEM&module=ACTIVITYSERIEDETAILS&s=7CC2E0C5-5342-5341-1A9A-9344D7317333&d=20789086-5F13-4EA2-92CF-F68DA8CADFBB"
"statusid" => "-5"
"active" => "1"
]
]
"date_de_debut" => "2025-03-17 20:00:00"
"date_de_fin" => "2025-03-17 20:00:00"
"prix" => false
"youtubeid" => ""
"dailymotionid" => ""
"vimeoid" => ""
]
]
"options" => array:7 [
"global" => array:5 [
"logo" => "374"
"brochure" => null
"telecharger_la_brochure" => "télécharger notre brochure"
"lien_brochure" => ""
"lien_abonnement" => "https://ccauderghem.be/la-saison-paris-theatre-2024-2025/"
]
"horaires" => array:2 [
"titre" => "horaire"
"textes_horaires" => """
<p>Du lundi au vendredi de 11 à 15h</p>\n
<p> </p>\n
"""
]
"info_message" => """
<p style="text-align: center;">« Paris-Théâtre », votre saison théâtrale parisienne à Auderghem.<br />\n
7 pièces, 6 représentations du mardi au samedi à 20h30 et le dimanche à 15h.<br />\n
La mise en vente des billets débute lundi 1er juillet<br />\n
Vous voulez en savoir plus ?<br />\n
<u><a href="https://ccauderghem.be/la-saison-paris-theatre-2024-2025/" target="_blank" rel="noopener">C’est par ici </a></u>!</p>\n
"""
"infos_pratiques" => array:2 [
"titre" => "Centre culturel d’Auderghem"
"adresse_postale" => """
<p>Boulevard du Souverain 183<br />\n
1160 Bruxelles</p>\n
<p><i class="fal fa-phone text-white"></i> – 02 660 03 03<br />\n
<i class="fal fa-envelope text-white"></i> – accueil@ccauderghem.be</p>\n
"""
]
"legal" => array:2 [
"vie_privee" => array:1 [
0 => array:1 [
"lien" => array:3 [
0 => array:2 [
"titre" => "Legal"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
1 => array:2 [
"titre" => "Politique de la vie privée"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
2 => array:2 [
"titre" => "Conditons de vente"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
]
]
]
"credits" => "<p>2021 © centre culturel d’auderghem – Numéro entreprise 0408114137 – TVA BE0408114137 – billetterie <a href="https://www.utick.be" target="_blank" rel="noopener">utick</a> – website <a href="https://fources.agency" target="_blank" rel="noopener">fources.agency</a></p>\n"
]
"partenaires" => array:2 [
"titre" => "Nos partenaires"
"logos_partenaires" => array:4 [
0 => array:1 [
"image" => 283
]
1 => array:1 [
"image" => 281
]
2 => array:1 [
"image" => 280
]
3 => array:1 [
"image" => 282
]
]
]
"suivez_nous" => array:2 [
"titre" => "suivez-nous"
"reseaux_sociaux" => array:2 [
0 => array:2 [
"icone" => "instagram"
"lien" => "https://www.instagram.com/centreculturelauderghem/"
]
1 => array:2 [
"icone" => "facebook"
"lien" => "https://www.facebook.com/centre.cultureldauderghem.9"
]
]
]
]
"title" => "« Guyane-Suriname, au coeur de l’Amazonie » par Vassili Durand"
]
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/view/View.php
$this->view = $view;
$this->path = $path;
$this->engine = $engine;
$this->factory = $factory;
$this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
}
/**
* Get the string contents of the view.
*
* @param callable|null $callback
* @return array|string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $callback($this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
// another view gets rendered in the future by the application developer.
$this->factory->flushStateIfDoneRendering();
return ! is_null($response) ? $response : $contents;
} catch (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
/home/ccaudea/www/web/app/themes/fources/storage/framework/views/7ddfcd7b8c276e8fc5187b00d4763942d8285b3c.php
<?php $__env->startSection('content'); ?>
<?php while(have_posts()): ?> <?php (the_post()); ?>
<?php echo $__env->first(['partials.content-single-' . get_post_type(), 'partials.content-single'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endwhile; ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/ccaudea/www/web/app/themes/fources/resources/views/single.blade.php ENDPATH**/ ?>
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
Arguments
"/home/ccaudea/www/web/app/themes/fources/storage/framework/views/7ddfcd7b8c276e8fc5187b00d4763942d8285b3c.php"
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/view/Engines/PhpEngine.php
}
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
"/home/ccaudea/www/web/app/themes/fources/storage/framework/views/7ddfcd7b8c276e8fc5187b00d4763942d8285b3c.php"
array:6 [
"__env" => Illuminate\View\Factory {#2367}
"app" => Roots\Acorn\Application {#2286}
"post" => WP_Post {#3766}
"siteName" => "Centre Culturel d'Auderghem"
"fields" => array:1 [
"utick" => array:11 [
"id" => "52AE537F-E6C7-875F-F967-1A4C672510A5"
"bookingurl" => "https://shop.utick.net/?pos=CCAUDERGHEM&module=ACTIVITYSERIEDETAILS&s=7CC2E0C5-5342-5341-1A9A-9344D7317333"
"description" => ""
"organizationlabel" => ""
"dates" => array:1 [
0 => array:4 [
"date" => "2025-03-17 20:00:00"
"bookingurl" => "https://shop.utick.net/?pos=CCAUDERGHEM&module=ACTIVITYSERIEDETAILS&s=7CC2E0C5-5342-5341-1A9A-9344D7317333&d=20789086-5F13-4EA2-92CF-F68DA8CADFBB"
"statusid" => "-5"
"active" => "1"
]
]
"date_de_debut" => "2025-03-17 20:00:00"
"date_de_fin" => "2025-03-17 20:00:00"
"prix" => false
"youtubeid" => ""
"dailymotionid" => ""
"vimeoid" => ""
]
]
"options" => array:7 [
"global" => array:5 [
"logo" => "374"
"brochure" => null
"telecharger_la_brochure" => "télécharger notre brochure"
"lien_brochure" => ""
"lien_abonnement" => "https://ccauderghem.be/la-saison-paris-theatre-2024-2025/"
]
"horaires" => array:2 [
"titre" => "horaire"
"textes_horaires" => """
<p>Du lundi au vendredi de 11 à 15h</p>\n
<p> </p>\n
"""
]
"info_message" => """
<p style="text-align: center;">« Paris-Théâtre », votre saison théâtrale parisienne à Auderghem.<br />\n
7 pièces, 6 représentations du mardi au samedi à 20h30 et le dimanche à 15h.<br />\n
La mise en vente des billets débute lundi 1er juillet<br />\n
Vous voulez en savoir plus ?<br />\n
<u><a href="https://ccauderghem.be/la-saison-paris-theatre-2024-2025/" target="_blank" rel="noopener">C’est par ici </a></u>!</p>\n
"""
"infos_pratiques" => array:2 [
"titre" => "Centre culturel d’Auderghem"
"adresse_postale" => """
<p>Boulevard du Souverain 183<br />\n
1160 Bruxelles</p>\n
<p><i class="fal fa-phone text-white"></i> – 02 660 03 03<br />\n
<i class="fal fa-envelope text-white"></i> – accueil@ccauderghem.be</p>\n
"""
]
"legal" => array:2 [
"vie_privee" => array:1 [
0 => array:1 [
"lien" => array:3 [
0 => array:2 [
"titre" => "Legal"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
1 => array:2 [
"titre" => "Politique de la vie privée"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
2 => array:2 [
"titre" => "Conditons de vente"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
]
]
]
"credits" => "<p>2021 © centre culturel d’auderghem – Numéro entreprise 0408114137 – TVA BE0408114137 – billetterie <a href="https://www.utick.be" target="_blank" rel="noopener">utick</a> – website <a href="https://fources.agency" target="_blank" rel="noopener">fources.agency</a></p>\n"
]
"partenaires" => array:2 [
"titre" => "Nos partenaires"
"logos_partenaires" => array:4 [
0 => array:1 [
"image" => 283
]
1 => array:1 [
"image" => 281
]
2 => array:1 [
"image" => 280
]
3 => array:1 [
"image" => 282
]
]
]
"suivez_nous" => array:2 [
"titre" => "suivez-nous"
"reseaux_sociaux" => array:2 [
0 => array:2 [
"icone" => "instagram"
"lien" => "https://www.instagram.com/centreculturelauderghem/"
]
1 => array:2 [
"icone" => "facebook"
"lien" => "https://www.facebook.com/centre.cultureldauderghem.9"
]
]
]
]
]
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/view/Engines/CompilerEngine.php
*
* @param string $path
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if ($this->compiler->isExpired($path)) {
$this->compiler->compile($path);
}
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
$e = new ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
Arguments
"/home/ccaudea/www/web/app/themes/fources/storage/framework/views/7ddfcd7b8c276e8fc5187b00d4763942d8285b3c.php"
array:6 [
"__env" => Illuminate\View\Factory {#2367}
"app" => Roots\Acorn\Application {#2286}
"post" => WP_Post {#3766}
"siteName" => "Centre Culturel d'Auderghem"
"fields" => array:1 [
"utick" => array:11 [
"id" => "52AE537F-E6C7-875F-F967-1A4C672510A5"
"bookingurl" => "https://shop.utick.net/?pos=CCAUDERGHEM&module=ACTIVITYSERIEDETAILS&s=7CC2E0C5-5342-5341-1A9A-9344D7317333"
"description" => ""
"organizationlabel" => ""
"dates" => array:1 [
0 => array:4 [
"date" => "2025-03-17 20:00:00"
"bookingurl" => "https://shop.utick.net/?pos=CCAUDERGHEM&module=ACTIVITYSERIEDETAILS&s=7CC2E0C5-5342-5341-1A9A-9344D7317333&d=20789086-5F13-4EA2-92CF-F68DA8CADFBB"
"statusid" => "-5"
"active" => "1"
]
]
"date_de_debut" => "2025-03-17 20:00:00"
"date_de_fin" => "2025-03-17 20:00:00"
"prix" => false
"youtubeid" => ""
"dailymotionid" => ""
"vimeoid" => ""
]
]
"options" => array:7 [
"global" => array:5 [
"logo" => "374"
"brochure" => null
"telecharger_la_brochure" => "télécharger notre brochure"
"lien_brochure" => ""
"lien_abonnement" => "https://ccauderghem.be/la-saison-paris-theatre-2024-2025/"
]
"horaires" => array:2 [
"titre" => "horaire"
"textes_horaires" => """
<p>Du lundi au vendredi de 11 à 15h</p>\n
<p> </p>\n
"""
]
"info_message" => """
<p style="text-align: center;">« Paris-Théâtre », votre saison théâtrale parisienne à Auderghem.<br />\n
7 pièces, 6 représentations du mardi au samedi à 20h30 et le dimanche à 15h.<br />\n
La mise en vente des billets débute lundi 1er juillet<br />\n
Vous voulez en savoir plus ?<br />\n
<u><a href="https://ccauderghem.be/la-saison-paris-theatre-2024-2025/" target="_blank" rel="noopener">C’est par ici </a></u>!</p>\n
"""
"infos_pratiques" => array:2 [
"titre" => "Centre culturel d’Auderghem"
"adresse_postale" => """
<p>Boulevard du Souverain 183<br />\n
1160 Bruxelles</p>\n
<p><i class="fal fa-phone text-white"></i> – 02 660 03 03<br />\n
<i class="fal fa-envelope text-white"></i> – accueil@ccauderghem.be</p>\n
"""
]
"legal" => array:2 [
"vie_privee" => array:1 [
0 => array:1 [
"lien" => array:3 [
0 => array:2 [
"titre" => "Legal"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
1 => array:2 [
"titre" => "Politique de la vie privée"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
2 => array:2 [
"titre" => "Conditons de vente"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
]
]
]
"credits" => "<p>2021 © centre culturel d’auderghem – Numéro entreprise 0408114137 – TVA BE0408114137 – billetterie <a href="https://www.utick.be" target="_blank" rel="noopener">utick</a> – website <a href="https://fources.agency" target="_blank" rel="noopener">fources.agency</a></p>\n"
]
"partenaires" => array:2 [
"titre" => "Nos partenaires"
"logos_partenaires" => array:4 [
0 => array:1 [
"image" => 283
]
1 => array:1 [
"image" => 281
]
2 => array:1 [
"image" => 280
]
3 => array:1 [
"image" => 282
]
]
]
"suivez_nous" => array:2 [
"titre" => "suivez-nous"
"reseaux_sociaux" => array:2 [
0 => array:2 [
"icone" => "instagram"
"lien" => "https://www.instagram.com/centreculturelauderghem/"
]
1 => array:2 [
"icone" => "facebook"
"lien" => "https://www.facebook.com/centre.cultureldauderghem.9"
]
]
]
]
]
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
* @return array
*/
public function gatherData()
{
$data = array_merge($this->factory->getShared(), $this->data);
foreach ($data as $key => $value) {
if ($value instanceof Renderable) {
$data[$key] = $value->render();
}
}
return $data;
}
Arguments
"/home/ccaudea/www/web/app/themes/fources/resources/views/single.blade.php"
array:6 [
"__env" => Illuminate\View\Factory {#2367}
"app" => Roots\Acorn\Application {#2286}
"post" => WP_Post {#3766}
"siteName" => "Centre Culturel d'Auderghem"
"fields" => array:1 [
"utick" => array:11 [
"id" => "52AE537F-E6C7-875F-F967-1A4C672510A5"
"bookingurl" => "https://shop.utick.net/?pos=CCAUDERGHEM&module=ACTIVITYSERIEDETAILS&s=7CC2E0C5-5342-5341-1A9A-9344D7317333"
"description" => ""
"organizationlabel" => ""
"dates" => array:1 [
0 => array:4 [
"date" => "2025-03-17 20:00:00"
"bookingurl" => "https://shop.utick.net/?pos=CCAUDERGHEM&module=ACTIVITYSERIEDETAILS&s=7CC2E0C5-5342-5341-1A9A-9344D7317333&d=20789086-5F13-4EA2-92CF-F68DA8CADFBB"
"statusid" => "-5"
"active" => "1"
]
]
"date_de_debut" => "2025-03-17 20:00:00"
"date_de_fin" => "2025-03-17 20:00:00"
"prix" => false
"youtubeid" => ""
"dailymotionid" => ""
"vimeoid" => ""
]
]
"options" => array:7 [
"global" => array:5 [
"logo" => "374"
"brochure" => null
"telecharger_la_brochure" => "télécharger notre brochure"
"lien_brochure" => ""
"lien_abonnement" => "https://ccauderghem.be/la-saison-paris-theatre-2024-2025/"
]
"horaires" => array:2 [
"titre" => "horaire"
"textes_horaires" => """
<p>Du lundi au vendredi de 11 à 15h</p>\n
<p> </p>\n
"""
]
"info_message" => """
<p style="text-align: center;">« Paris-Théâtre », votre saison théâtrale parisienne à Auderghem.<br />\n
7 pièces, 6 représentations du mardi au samedi à 20h30 et le dimanche à 15h.<br />\n
La mise en vente des billets débute lundi 1er juillet<br />\n
Vous voulez en savoir plus ?<br />\n
<u><a href="https://ccauderghem.be/la-saison-paris-theatre-2024-2025/" target="_blank" rel="noopener">C’est par ici </a></u>!</p>\n
"""
"infos_pratiques" => array:2 [
"titre" => "Centre culturel d’Auderghem"
"adresse_postale" => """
<p>Boulevard du Souverain 183<br />\n
1160 Bruxelles</p>\n
<p><i class="fal fa-phone text-white"></i> – 02 660 03 03<br />\n
<i class="fal fa-envelope text-white"></i> – accueil@ccauderghem.be</p>\n
"""
]
"legal" => array:2 [
"vie_privee" => array:1 [
0 => array:1 [
"lien" => array:3 [
0 => array:2 [
"titre" => "Legal"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
1 => array:2 [
"titre" => "Politique de la vie privée"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
2 => array:2 [
"titre" => "Conditons de vente"
"page" => "https://ccauderghem.be/politique-de-confidentialite/"
]
]
]
]
"credits" => "<p>2021 © centre culturel d’auderghem – Numéro entreprise 0408114137 – TVA BE0408114137 – billetterie <a href="https://www.utick.be" target="_blank" rel="noopener">utick</a> – website <a href="https://fources.agency" target="_blank" rel="noopener">fources.agency</a></p>\n"
]
"partenaires" => array:2 [
"titre" => "Nos partenaires"
"logos_partenaires" => array:4 [
0 => array:1 [
"image" => 283
]
1 => array:1 [
"image" => 281
]
2 => array:1 [
"image" => 280
]
3 => array:1 [
"image" => 282
]
]
]
"suivez_nous" => array:2 [
"titre" => "suivez-nous"
"reseaux_sociaux" => array:2 [
0 => array:2 [
"icone" => "instagram"
"lien" => "https://www.instagram.com/centreculturelauderghem/"
]
1 => array:2 [
"icone" => "facebook"
"lien" => "https://www.facebook.com/centre.cultureldauderghem.9"
]
]
]
]
]
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/home/ccaudea/www/web/app/themes/fources/vendor/illuminate/view/View.php
$this->view = $view;
$this->path = $path;
$this->engine = $engine;
$this->factory = $factory;
$this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
}
/**
* Get the string contents of the view.
*
* @param callable|null $callback
* @return array|string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $callback($this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
// another view gets rendered in the future by the application developer.
$this->factory->flushStateIfDoneRendering();
return ! is_null($response) ? $response : $contents;
} catch (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
/home/ccaudea/www/web/app/themes/fources/index.php
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="180x180" href="<?= get_template_directory_uri() ?>/resources/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="<?= get_template_directory_uri() ?>/resources/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="<?= get_template_directory_uri() ?>/resources/favicons/favicon-16x16.png">
<link rel="manifest" href="<?= get_template_directory_uri() ?>/resources/favicons/site.webmanifest">
<link rel="mask-icon" href="<?= get_template_directory_uri() ?>/resources/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php do_action('get_header'); ?>
<div id="app">
<?php echo \Roots\view(\Roots\app('sage.view'), \Roots\app('sage.data'))->render(); ?>
</div>
<?php do_action('get_footer'); ?>
<?php wp_footer(); ?>
</body>
</html>
/home/ccaudea/www/web/wp/wp-includes/template-loader.php
}
break;
}
}
if ( ! $template ) {
$template = get_index_template();
}
/**
* Filters the path of the current template before including it.
*
* @since 3.0.0
*
* @param string $template The path of the template to include.
*/
$template = apply_filters( 'template_include', $template );
if ( $template ) {
include $template;
} elseif ( current_user_can( 'switch_themes' ) ) {
$theme = wp_get_theme();
if ( $theme->errors() ) {
wp_die( $theme->errors() );
}
}
return;
}
Arguments
"/home/ccaudea/www/web/app/themes/fources/index.php"
/home/ccaudea/www/web/wp/wp-blog-header.php
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( ! isset( $wp_did_header ) ) {
$wp_did_header = true;
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
Arguments
"/home/ccaudea/www/web/wp/wp-includes/template-loader.php"
/home/ccaudea/www/web/index.php
<?php
/**
* WordPress View Bootstrapper
*/
define('WP_USE_THEMES', true);
require __DIR__ . '/wp/wp-blog-header.php';
Arguments
"/home/ccaudea/www/web/wp/wp-blog-header.php"