thedigicraft / Atom.CMS

Atom.CMS
56 stars 52 forks source link

I can't add new pages 47 tutorial #186

Closed queky18 closed 8 years ago

queky18 commented 8 years ago

At admin , in Index.php , add at the bottom of your form

                    <button type="submit" class="btn btn-default">Save</button>
                    <input type="hidden" name="submitted" value="1">
                    <?php if(isset($opened['id'])){ ?>
                    <input type="hidden" name="id" value="<?php echo $opened['id']; ?>">
                    <?php } ?>
                </form>

if you will have this little problem ... with no adding new pages.

creptor commented 8 years ago

a, yea, some things get fixed in the next video :P