2010-moteur-site-simple/index.php

7 lines
92 B
PHP

<?php
require_once(dirname(__FILE__) . "./../__cms__/cms.php");
CMS::page("/galerie");
?>